Class: Vantiv::Api::ResponseBody

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

Instance Attribute Summary collapse

Instance Attribute Details

#auth_reversal_responseObject

Returns the value of attribute auth_reversal_response.



8
9
10
# File 'lib/vantiv/api/response_body.rb', line 8

def auth_reversal_response
  @auth_reversal_response
end

#authorization_responseObject

Returns the value of attribute authorization_response.



8
9
10
# File 'lib/vantiv/api/response_body.rb', line 8

def authorization_response
  @authorization_response
end

#body_messageObject

Returns the value of attribute body_message.



6
7
8
# File 'lib/vantiv/api/response_body.rb', line 6

def body_message
  @body_message
end

#capture_responseObject

Returns the value of attribute capture_response.



8
9
10
# File 'lib/vantiv/api/response_body.rb', line 8

def capture_response
  @capture_response
end

#credit_responseObject

Returns the value of attribute credit_response.



8
9
10
# File 'lib/vantiv/api/response_body.rb', line 8

def credit_response
  @credit_response
end

#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

#register_token_responseObject

Returns the value of attribute register_token_response.



8
9
10
# File 'lib/vantiv/api/response_body.rb', line 8

def register_token_response
  @register_token_response
end

#request_idObject

Returns the value of attribute request_id.



6
7
8
# File 'lib/vantiv/api/response_body.rb', line 6

def request_id
  @request_id
end

#responseObject

Returns the value of attribute response.



6
7
8
# File 'lib/vantiv/api/response_body.rb', line 6

def response
  @response
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

#sale_responseObject

Returns the value of attribute sale_response.



8
9
10
# File 'lib/vantiv/api/response_body.rb', line 8

def sale_response
  @sale_response
end

#versionObject

Returns the value of attribute version.



6
7
8
# File 'lib/vantiv/api/response_body.rb', line 6

def version
  @version
end

#void_responseObject

Returns the value of attribute void_response.



8
9
10
# File 'lib/vantiv/api/response_body.rb', line 8

def void_response
  @void_response
end