Class: HolidayScraper::Parser::Event
- Inherits:
-
Struct
- Object
- Struct
- HolidayScraper::Parser::Event
- Defined in:
- lib/holiday_scraper/parser.rb
Instance Attribute Summary collapse
-
#end_date ⇒ Object
Returns the value of attribute end_date.
-
#name ⇒ Object
Returns the value of attribute name.
-
#start_date ⇒ Object
Returns the value of attribute start_date.
Instance Attribute Details
#end_date ⇒ Object
Returns the value of attribute end_date
6 7 8 |
# File 'lib/holiday_scraper/parser.rb', line 6 def end_date @end_date end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/holiday_scraper/parser.rb', line 6 def name @name end |
#start_date ⇒ Object
Returns the value of attribute start_date
6 7 8 |
# File 'lib/holiday_scraper/parser.rb', line 6 def start_date @start_date end |