Class: SpectatorSport::Event::Explanation
- Inherits:
-
Struct
- Object
- Struct
- SpectatorSport::Event::Explanation
- Defined in:
- app/models/spectator_sport/event.rb
Instance Attribute Summary collapse
-
#details ⇒ Object
Returns the value of attribute details.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#details ⇒ Object
Returns the value of attribute details
11 12 13 |
# File 'app/models/spectator_sport/event.rb', line 11 def details @details end |
#title ⇒ Object
Returns the value of attribute title
11 12 13 |
# File 'app/models/spectator_sport/event.rb', line 11 def title @title end |