Method: Seatsio::Month#initialize
- Defined in:
- lib/seatsio/domain.rb
#initialize(year, month) ⇒ Month
Returns a new instance of Month.
526 527 528 529 |
# File 'lib/seatsio/domain.rb', line 526 def initialize(year, month) @year = year @month = month end |