Class: Vantiv::Api::ResponseBody

Inherits:
Object
  • Object
show all
Defined in:
lib/vantiv/api/response_body.rb

Instance Attribute Summary collapse

Instance Attribute Details

#message=(value) ⇒ Object (writeonly)

Sets the attribute message

Parameters:

  • value

    the value to set the attribute message to.



4
5
6
# File 'lib/vantiv/api/response_body.rb', line 4

def message=(value)
  @message = value
end

#response_code=(value) ⇒ Object (writeonly)

Sets the attribute response_code

Parameters:

  • value

    the value to set the attribute response_code to.



4
5
6
# File 'lib/vantiv/api/response_body.rb', line 4

def response_code=(value)
  @response_code = value
end