Class: Acception::Client::Endpoint

Inherits:
Object
  • Object
show all
Includes:
Endow::Endpoint
Defined in:
lib/acception/client/endpoint.rb

Instance Method Summary collapse

Instance Method Details

#callObject



7
8
9
10
# File 'lib/acception/client/endpoint.rb', line 7

def call
  set_content( synthesized_attributes )
  super
end