Method: Assently::Client#get

Defined in:
lib/assently/client.rb

#get(api_command, parameters = {}) ⇒ Object



44
45
46
# File 'lib/assently/client.rb', line 44

def get api_command, parameters = {}
  make_response make_get(api_command, parameters)
end