Class: Acception::Client::Data::Create

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

Instance Method Summary collapse

Methods inherited from Endpoint

#call

Constructor Details

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

Returns a new instance of Create.



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

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