Class: CoachZed::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/coach_zed.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ics_pathObject (readonly)

Returns the value of attribute ics_path

Returns:

  • (Object)

    the current value of ics_path



18
19
20
# File 'lib/coach_zed.rb', line 18

def ics_path
  @ics_path
end

#scheduleObject (readonly)

Returns the value of attribute schedule

Returns:

  • (Object)

    the current value of schedule



18
19
20
# File 'lib/coach_zed.rb', line 18

def schedule
  @schedule
end

#schedule_pathObject (readonly)

Returns the value of attribute schedule_path

Returns:

  • (Object)

    the current value of schedule_path



18
19
20
# File 'lib/coach_zed.rb', line 18

def schedule_path
  @schedule_path
end

#webcal_pathObject (readonly)

Returns the value of attribute webcal_path

Returns:

  • (Object)

    the current value of webcal_path



18
19
20
# File 'lib/coach_zed.rb', line 18

def webcal_path
  @webcal_path
end