Class: Vantiv::Api::ResponseBody
- Inherits:
-
Object
- Object
- Vantiv::Api::ResponseBody
- Defined in:
- lib/vantiv/api/response_body.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
writeonly
Sets the attribute message.
-
#response_code ⇒ Object
writeonly
Sets the attribute response_code.
Instance Attribute Details
#message=(value) ⇒ Object (writeonly)
Sets the attribute message
4 5 6 |
# File 'lib/vantiv/api/response_body.rb', line 4 def (value) @message = value end |
#response_code=(value) ⇒ Object (writeonly)
Sets the attribute response_code
4 5 6 |
# File 'lib/vantiv/api/response_body.rb', line 4 def response_code=(value) @response_code = value end |