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

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?

Previous end time.

Returns:

  • (String, nil)


224
225
226
# File 'lib/seam/resources/event.rb', line 224

def ends_at
  @ends_at
end

#starts_atString?

Previous start time.

Returns:

  • (String, nil)


227
228
229
# File 'lib/seam/resources/event.rb', line 227

def starts_at
  @starts_at
end