Class: Seam::Resources::SeamEvent::Reason
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::SeamEvent::Reason
- Defined in:
- lib/seam/resources/event.rb
Instance Attribute Summary collapse
-
#message ⇒ String
Human-readable explanation of why access was denied.
-
#reason_code ⇒ String
Normalized reason a lock denied access.
Attributes inherited from BaseResource
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
#message ⇒ String
Human-readable explanation of why access was denied.
132 133 134 |
# File 'lib/seam/resources/event.rb', line 132 def @message end |
#reason_code ⇒ String
Normalized reason a lock denied access. Provider-agnostic; not all providers report every value.
135 136 137 |
# File 'lib/seam/resources/event.rb', line 135 def reason_code @reason_code end |