Method: PostageApp::Request#method

Defined in:
lib/postageapp/request.rb

#methodObject

The API method being called (example: send_message) This controls the url of the request (example: api.postageapp.com/v.1.0/send_message.json)



15
16
17
# File 'lib/postageapp/request.rb', line 15

def method
  @method
end