Class: SpectatorSport::Event::Explanation

Inherits:
Struct
  • Object
show all
Defined in:
app/models/spectator_sport/event.rb

Instance Attribute Summary collapse

Instance Attribute Details

#detailsObject

Returns the value of attribute details

Returns:

  • (Object)

    the current value of details



11
12
13
# File 'app/models/spectator_sport/event.rb', line 11

def details
  @details
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



11
12
13
# File 'app/models/spectator_sport/event.rb', line 11

def title
  @title
end