Class: FootStats::NarrationDetail

Inherits:
Resource
  • Object
show all
Defined in:
lib/foot_stats/narration.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Resource

#initialize, parse_response, resource_key, resource_name, updated_response

Methods included from AttributeAccessor

#attributes, included

Constructor Details

This class inherits a constructor from FootStats::Resource

Instance Attribute Details

#actionObject

Returns the value of attribute action.



69
70
71
# File 'lib/foot_stats/narration.rb', line 69

def action
  @action
end

#descriptionObject

Returns the value of attribute description.



69
70
71
# File 'lib/foot_stats/narration.rb', line 69

def description
  @description
end

#momentObject

Returns the value of attribute moment.



69
70
71
# File 'lib/foot_stats/narration.rb', line 69

def moment
  @moment
end

#periodObject

Returns the value of attribute period.



69
70
71
# File 'lib/foot_stats/narration.rb', line 69

def period
  @period
end

#player_nameObject

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_idObject

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_idObject

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_nameObject

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_idObject

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