Class: Ari::Event

Inherits:
Model
  • Object
show all
Defined in:
lib/ari/resources/event.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

#attributes=, #initialize

Constructor Details

This class inherits a constructor from Ari::Model

Instance Attribute Details

#applicationObject (readonly)

Returns the value of attribute application.



15
16
17
# File 'lib/ari/resources/event.rb', line 15

def application
  @application
end

#timestampObject

Returns the value of attribute timestamp.



15
16
17
# File 'lib/ari/resources/event.rb', line 15

def timestamp
  @timestamp
end