Class: Seam::Resources::SeamEvent::To

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

#codeString?

New pin code.

Returns:

  • (String, nil)


153
154
155
# File 'lib/seam/resources/event.rb', line 153

def code
  @code
end

#ends_atString?

New end time.

Returns:

  • (String, nil)


156
157
158
# File 'lib/seam/resources/event.rb', line 156

def ends_at
  @ends_at
end

#nameString?

New name of the access code.

Returns:

  • (String, nil)


159
160
161
# File 'lib/seam/resources/event.rb', line 159

def name
  @name
end

#starts_atString?

New start time.

Returns:

  • (String, nil)


162
163
164
# File 'lib/seam/resources/event.rb', line 162

def starts_at
  @starts_at
end