Class: Flycal::Mock::CalendarService::Calendar

Inherits:
Struct
  • Object
show all
Defined in:
lib/flycal/mock/calendar_service.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



7
8
9
# File 'lib/flycal/mock/calendar_service.rb', line 7

def id
  @id
end

#primaryObject

Returns the value of attribute primary

Returns:

  • (Object)

    the current value of primary



7
8
9
# File 'lib/flycal/mock/calendar_service.rb', line 7

def primary
  @primary
end

#summaryObject

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



7
8
9
# File 'lib/flycal/mock/calendar_service.rb', line 7

def summary
  @summary
end