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

Inherits:
BaseResource
  • Object
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

#[], aliased_accessor, attribute_aliases, date_accessor, discriminated_by, #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

#ends_atString?

New end time.

Returns:

  • (String, nil)


233
234
235
# File 'lib/seam/resources/event.rb', line 233

def ends_at
  @ends_at
end

#starts_atString?

New start time.

Returns:

  • (String, nil)


236
237
238
# File 'lib/seam/resources/event.rb', line 236

def starts_at
  @starts_at
end