Class: Sesc::Parser::Sp::Events
- Inherits:
-
Object
- Object
- Sesc::Parser::Sp::Events
- Defined in:
- lib/sesc/parser/sp/events.rb
Constant Summary collapse
- VALUES =
%i[ url image_url availability category title date hours place description age_limit price ].freeze
Instance Method Summary collapse
-
#initialize(html_body_events) ⇒ Events
constructor
A new instance of Events.
- #to_hash ⇒ Object
Constructor Details
Instance Method Details
#to_hash ⇒ Object
16 17 18 |
# File 'lib/sesc/parser/sp/events.rb', line 16 def to_hash group_by_place(load_events) end |