Class: PostmanMta::ApiClient

Inherits:
Object
  • Object
show all
Defined in:
lib/postman_mta/api_client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#response_bodyObject (readonly)

Returns the value of attribute response_body.



3
4
5
# File 'lib/postman_mta/api_client.rb', line 3

def response_body
  @response_body
end

#response_statusObject (readonly)

Returns the value of attribute response_status.



3
4
5
# File 'lib/postman_mta/api_client.rb', line 3

def response_status
  @response_status
end