Class: Coach4rb::Resource::Cycling
- 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) bicycletype
(also: #bicycle_type)
Returns the value of attribute bicycletype.
-
- (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) bicycletype Also known as: bicycle_type
Returns the value of attribute bicycletype
95 96 97 |
# File 'lib/coach4rb/resource/entry.rb', line 95 def bicycletype @bicycletype end |
- (Object) courselength Also known as: course_length
Returns the value of attribute courselength
95 96 97 |
# File 'lib/coach4rb/resource/entry.rb', line 95 def courselength @courselength end |
- (Object) coursetype Also known as: course_type
Returns the value of attribute coursetype
95 96 97 |
# File 'lib/coach4rb/resource/entry.rb', line 95 def coursetype @coursetype end |
- (Object) numberofrounds Also known as: number_of_rounds
Returns the value of attribute numberofrounds
95 96 97 |
# File 'lib/coach4rb/resource/entry.rb', line 95 def numberofrounds @numberofrounds end |
- (Object) track
Returns the value of attribute track
95 96 97 |
# File 'lib/coach4rb/resource/entry.rb', line 95 def track @track end |
Instance Method Details
- (Object) type
104 105 106 |
# File 'lib/coach4rb/resource/entry.rb', line 104 def type :cycling end |