Method: BLS_API::Month#initialize
- Defined in:
- lib/bls_api/month.rb
#initialize(raw_month) ⇒ Month
Returns a new instance of Month.
5 6 7 |
# File 'lib/bls_api/month.rb', line 5 def initialize(raw_month) @raw_month = raw_month end |
Returns a new instance of Month.
5 6 7 |
# File 'lib/bls_api/month.rb', line 5 def initialize(raw_month) @raw_month = raw_month end |