Class: FootStats::NarrationDetail
- Defined in:
- lib/foot_stats/narration.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#description ⇒ Object
Returns the value of attribute description.
-
#moment ⇒ Object
Returns the value of attribute moment.
-
#period ⇒ Object
Returns the value of attribute period.
-
#player_name ⇒ Object
Returns the value of attribute player_name.
-
#player_source_id ⇒ Object
Returns the value of attribute player_source_id.
-
#source_id ⇒ Object
Returns the value of attribute source_id.
-
#team_name ⇒ Object
Returns the value of attribute team_name.
-
#team_source_id ⇒ Object
Returns the value of attribute team_source_id.
Method Summary
Methods inherited from Resource
#initialize, parse_response, resource_key, resource_name, updated_response
Methods included from AttributeAccessor
Constructor Details
This class inherits a constructor from FootStats::Resource
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action.
69 70 71 |
# File 'lib/foot_stats/narration.rb', line 69 def action @action end |
#description ⇒ Object
Returns the value of attribute description.
69 70 71 |
# File 'lib/foot_stats/narration.rb', line 69 def description @description end |
#moment ⇒ Object
Returns the value of attribute moment.
69 70 71 |
# File 'lib/foot_stats/narration.rb', line 69 def moment @moment end |
#period ⇒ Object
Returns the value of attribute period.
69 70 71 |
# File 'lib/foot_stats/narration.rb', line 69 def period @period end |
#player_name ⇒ Object
Returns the value of attribute player_name.
69 70 71 |
# File 'lib/foot_stats/narration.rb', line 69 def player_name @player_name end |
#player_source_id ⇒ Object
Returns the value of attribute player_source_id.
68 69 70 |
# File 'lib/foot_stats/narration.rb', line 68 def player_source_id @player_source_id end |
#source_id ⇒ Object
Returns the value of attribute source_id.
68 69 70 |
# File 'lib/foot_stats/narration.rb', line 68 def source_id @source_id end |
#team_name ⇒ Object
Returns the value of attribute team_name.
68 69 70 |
# File 'lib/foot_stats/narration.rb', line 68 def team_name @team_name end |
#team_source_id ⇒ Object
Returns the value of attribute team_source_id.
68 69 70 |
# File 'lib/foot_stats/narration.rb', line 68 def team_source_id @team_source_id end |