Class: Icalia::AuthorizationEvent
- Defined in:
- lib/icalia/models/events/authorization_event.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
readonly
Returns the value of attribute action.
-
#timestamp ⇒ Object
readonly
Returns the value of attribute timestamp.
Attributes inherited from ModelBase
Method Summary
Methods inherited from ModelBase
has_many, has_one, #initialize
Methods included from ResourceIdentity
Constructor Details
This class inherits a constructor from Icalia::ModelBase
Instance Attribute Details
#action ⇒ Object (readonly)
Returns the value of attribute action.
5 6 7 |
# File 'lib/icalia/models/events/authorization_event.rb', line 5 def action @action end |
#timestamp ⇒ Object (readonly)
Returns the value of attribute timestamp.
5 6 7 |
# File 'lib/icalia/models/events/authorization_event.rb', line 5 def @timestamp end |