Class: Seam::Resources::AcsUser::AccessSchedule

Inherits:
BaseResource
  • Object
show all
Defined in:
lib/seam/resources/acs_user.rb

Instance Attribute Summary

Attributes inherited from BaseResource

#client, #data

Instance Method Summary collapse

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 Method Details

#ends_atTime?

Date and time at which the user's access ends, in ISO 8601 format.

Returns:

  • (Time, nil)


14
# File 'lib/seam/resources/acs_user.rb', line 14

date_accessor :ends_at

#starts_atTime

Date and time at which the user's access starts, in ISO 8601 format.

Returns:

  • (Time)


17
# File 'lib/seam/resources/acs_user.rb', line 17

date_accessor :starts_at