Skip to content

Commit

Permalink
Fix missing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mange committed Sep 9, 2020
1 parent 563511f commit d16e9c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/swedish_pin/personnummer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module SwedishPIN
#
# @see https://en.wikipedia.org/wiki/Personal_identity_number_(Sweden) Personnummer on Wikipedia.
class Personnummer
attr_reader :year, :month, :day, :sequence_number, :control_digit
# @!attribute [r] year
# The full year of the _personnummer_. For example +1989+.
# @return [Integer]
Expand All @@ -31,7 +32,6 @@ class Personnummer
# The last digit of the _personnummer_. It acts as a checksum of the
# previous numbers.
# @return [Integer]
attr_reader :year, :month, :day, :sequence_number, :control_digit

# @api private
# @private
Expand Down
1 change: 1 addition & 0 deletions lib/swedish_pin/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true

module SwedishPIN
# The version number of this library.
VERSION = "1.0.0"
end

0 comments on commit d16e9c7

Please sign in to comment.