Class: Coach4rb::Resource::Running
- Inherits:
- Entry show all
- Includes:
- Mixin::TrackReader
- Defined in:
- lib/coach4rb/resource/entry.rb
Constant Summary
Constant Summary
Constants inherited from Entry
Instance Attribute Summary (collapse)
-
- (Object) courselength
(also: #course_length)
Returns the value of attribute courselength.
-
- (Object) coursetype
(also: #course_type)
Returns the value of attribute coursetype.
-
- (Object) numberofrounds
(also: #number_of_rounds)
Returns the value of attribute numberofrounds.
-
- (Object) track
Returns the value of attribute track.
Attributes inherited from Entry
#comment, #datecreated, #datemodified, #entrydate, #entryduration, #entrylocation, #id, #subscription, #uri
Attributes inherited from Entity
Instance Method Summary (collapse)
Methods included from Mixin::TrackReader
Methods inherited from Entry
Methods inherited from Entity
#[], #each, #entity_path, from_coach
Methods included from Mixin::AsHash
Methods included from Mixin::Iterable
Methods included from Mixin::AutoConstructor
Instance Attribute Details
- (Object) courselength Also known as: course_length
Returns the value of attribute courselength
52 53 54 |
# File 'lib/coach4rb/resource/entry.rb', line 52 def courselength @courselength end |
- (Object) coursetype Also known as: course_type
Returns the value of attribute coursetype
52 53 54 |
# File 'lib/coach4rb/resource/entry.rb', line 52 def coursetype @coursetype end |
- (Object) numberofrounds Also known as: number_of_rounds
Returns the value of attribute numberofrounds
52 53 54 |
# File 'lib/coach4rb/resource/entry.rb', line 52 def numberofrounds @numberofrounds end |
- (Object) track
Returns the value of attribute track
52 53 54 |
# File 'lib/coach4rb/resource/entry.rb', line 52 def track @track end |
Instance Method Details
- (Object) type
59 60 61 |
# File 'lib/coach4rb/resource/entry.rb', line 59 def type :running end |