Class: Flycal::Mock::CalendarService::Calendar
- Inherits:
-
Struct
- Object
- Struct
- Flycal::Mock::CalendarService::Calendar
- Defined in:
- lib/flycal/mock/calendar_service.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#primary ⇒ Object
Returns the value of attribute primary.
-
#summary ⇒ Object
Returns the value of attribute summary.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
7 8 9 |
# File 'lib/flycal/mock/calendar_service.rb', line 7 def id @id end |
#primary ⇒ Object
Returns the value of attribute primary
7 8 9 |
# File 'lib/flycal/mock/calendar_service.rb', line 7 def primary @primary end |
#summary ⇒ Object
Returns the value of attribute summary
7 8 9 |
# File 'lib/flycal/mock/calendar_service.rb', line 7 def summary @summary end |