Class: Acception::Client::Messages::Create

Inherits:
Endpoint
  • Object
show all
Defined in:
lib/acception/client/messages/create.rb

Instance Method Summary collapse

Methods inherited from Endpoint

#call

Constructor Details

#initialize(message, attributes = {}) ⇒ Create

Returns a new instance of Create.



6
7
8
9
# File 'lib/acception/client/messages/create.rb', line 6

def initialize( message, attributes={} )
  @message    = message
  @attributes = attributes
end