Method: PostageApp::Request#arguments

Defined in:
lib/postageapp/request.rb

#argumentsObject

A list of arguments in a Hash format passed along with the request



23
24
25
# File 'lib/postageapp/request.rb', line 23

def arguments
  @arguments
end