Method: Pubid::Core::Edition#initialize
- Defined in:
- lib/pubid/core/edition.rb
#initialize(config:, year: nil, number: nil) ⇒ Edition
Returns a new instance of Edition.
6 7 8 9 10 |
# File 'lib/pubid/core/edition.rb', line 6 def initialize(config:, year: nil, number: nil) @config = config @year = year @number = number end |