Class: Coach4rb::Resource::Boxing
Constant Summary
Constant Summary
Constants inherited from Entry
Instance Attribute Summary (collapse)
-
- (Object) numberofrounds
(also: #number_of_rounds)
Returns the value of attribute numberofrounds.
-
- (Object) roundduration
(also: #round_duration)
Returns the value of attribute roundduration.
Attributes inherited from Entry
#comment, #datecreated, #datemodified, #entrydate, #entryduration, #entrylocation, #id, #subscription, #uri
Attributes inherited from Entity
Instance Method Summary (collapse)
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) numberofrounds Also known as: number_of_rounds
Returns the value of attribute numberofrounds
68 69 70 |
# File 'lib/coach4rb/resource/entry.rb', line 68 def numberofrounds @numberofrounds end |
- (Object) roundduration Also known as: round_duration
Returns the value of attribute roundduration
68 69 70 |
# File 'lib/coach4rb/resource/entry.rb', line 68 def roundduration @roundduration end |
Instance Method Details
- (Object) type
75 76 77 |
# File 'lib/coach4rb/resource/entry.rb', line 75 def type :boxing end |