Class: CoachZed::Result
- Inherits:
-
Data
- Object
- Data
- CoachZed::Result
- Defined in:
- lib/coach_zed.rb
Instance Attribute Summary collapse
-
#ics_path ⇒ Object
readonly
Returns the value of attribute ics_path.
-
#schedule ⇒ Object
readonly
Returns the value of attribute schedule.
-
#schedule_path ⇒ Object
readonly
Returns the value of attribute schedule_path.
-
#webcal_path ⇒ Object
readonly
Returns the value of attribute webcal_path.
Instance Attribute Details
#ics_path ⇒ Object (readonly)
Returns the value of attribute ics_path
18 19 20 |
# File 'lib/coach_zed.rb', line 18 def ics_path @ics_path end |
#schedule ⇒ Object (readonly)
Returns the value of attribute schedule
18 19 20 |
# File 'lib/coach_zed.rb', line 18 def schedule @schedule end |
#schedule_path ⇒ Object (readonly)
Returns the value of attribute schedule_path
18 19 20 |
# File 'lib/coach_zed.rb', line 18 def schedule_path @schedule_path end |
#webcal_path ⇒ Object (readonly)
Returns the value of attribute webcal_path
18 19 20 |
# File 'lib/coach_zed.rb', line 18 def webcal_path @webcal_path end |