Class: CS::EndPoint::Trigger

Inherits:
Object
  • Object
show all
Includes:
CS::EndPoint
Defined in:
lib/cs/end_point/trigger.rb

Instance Attribute Summary

Attributes included from CS::EndPoint

#session

Instance Method Summary collapse

Methods included from CS::EndPoint

#create, #create!, #delete, #delete!, #duplicate, #inspect, #parameter, #reload, #reload!, #retrieve, #retrieve!, #save, #save!, #to_parameters, #update, #update!, #url_for

Methods included from Serializer

#from_hash, #to_h

Constructor Details

#initialize(hash = {}) ⇒ Trigger

Returns a new instance of Trigger.



11
12
13
# File 'lib/cs/end_point/trigger.rb', line 11

def initialize(hash={})
  from_hash(hash)
end