Class: Icalia::AuthorizationEvent

Inherits:
ModelBase
  • Object
show all
Defined in:
lib/icalia/models/events/authorization_event.rb

Instance Attribute Summary collapse

Attributes inherited from ModelBase

#serialization_context

Method Summary

Methods inherited from ModelBase

has_many, has_one, #initialize

Methods included from ResourceIdentity

#to_key

Constructor Details

This class inherits a constructor from Icalia::ModelBase

Instance Attribute Details

#actionObject (readonly)

Returns the value of attribute action.



5
6
7
# File 'lib/icalia/models/events/authorization_event.rb', line 5

def action
  @action
end

#timestampObject (readonly)

Returns the value of attribute timestamp.



5
6
7
# File 'lib/icalia/models/events/authorization_event.rb', line 5

def timestamp
  @timestamp
end