Class: Seam::Resources::SeamEvent::From

Inherits:
BaseResource show all
Defined in:
lib/seam/resources/event.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

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

#codeObject

Previous pin code.



89
90
91
# File 'lib/seam/resources/event.rb', line 89

def code
  @code
end

#ends_atObject

Previous end time.



91
92
93
# File 'lib/seam/resources/event.rb', line 91

def ends_at
  @ends_at
end

#nameObject

Previous name of the access code.



93
94
95
# File 'lib/seam/resources/event.rb', line 93

def name
  @name
end

#starts_atObject

Previous start time.



95
96
97
# File 'lib/seam/resources/event.rb', line 95

def starts_at
  @starts_at
end