Class: Seam::Resources::SeamEvent::From
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::SeamEvent::From
- Defined in:
- lib/seam/resources/event.rb
Instance Attribute Summary collapse
-
#code ⇒ String?
Previous pin code.
-
#ends_at ⇒ String?
Previous end time.
-
#name ⇒ String?
Previous name of the access code.
-
#starts_at ⇒ String?
Previous start time.
Attributes inherited from BaseResource
Method Summary
Methods inherited from BaseResource
#[], date_accessor, #initialize, #inspect, load_from_response, resource_accessor, resource_accessors, resource_list_accessor, resource_list_accessors, #update_from_response
Constructor Details
This class inherits a constructor from Seam::Resources::BaseResource
Instance Attribute Details
#code ⇒ String?
Previous pin code.
117 118 119 |
# File 'lib/seam/resources/event.rb', line 117 def code @code end |
#ends_at ⇒ String?
Previous end time.
120 121 122 |
# File 'lib/seam/resources/event.rb', line 120 def ends_at @ends_at end |
#name ⇒ String?
Previous name of the access code.
123 124 125 |
# File 'lib/seam/resources/event.rb', line 123 def name @name end |
#starts_at ⇒ String?
Previous start time.
126 127 128 |
# File 'lib/seam/resources/event.rb', line 126 def starts_at @starts_at end |