Class: Seam::Resources::ActionAttempt::Result::PendingMutations::To

Inherits:
BaseResource
  • Object
show all
Defined in:
lib/seam/resources/action_attempt.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?

New end time for access.

Returns:

  • (Time, nil)


299
# File 'lib/seam/resources/action_attempt.rb', line 299

date_accessor :ends_at

#starts_atTime?

New start time for access.

Returns:

  • (Time, nil)


302
# File 'lib/seam/resources/action_attempt.rb', line 302

date_accessor :starts_at