Class: EwayRapid::CreateCustomerResponse

Inherits:
ResponseOutput show all
Defined in:
lib/eway_rapid/entities/create_customer_response.rb

Instance Attribute Summary collapse

Attributes inherited from ResponseOutput

#errors

Method Summary

Methods inherited from ResponseOutput

#initialize

Constructor Details

This class inherits a constructor from EwayRapid::ResponseOutput

Instance Attribute Details

#access_codeObject

Returns the value of attribute access_code.



6
7
8
# File 'lib/eway_rapid/entities/create_customer_response.rb', line 6

def access_code
  @access_code
end

#customerObject

Returns the value of attribute customer.



3
4
5
# File 'lib/eway_rapid/entities/create_customer_response.rb', line 3

def customer
  @customer
end

#form_action_urlObject

Returns the value of attribute form_action_url.



5
6
7
# File 'lib/eway_rapid/entities/create_customer_response.rb', line 5

def form_action_url
  @form_action_url
end

#shared_payment_urlObject

Returns the value of attribute shared_payment_url.



4
5
6
# File 'lib/eway_rapid/entities/create_customer_response.rb', line 4

def shared_payment_url
  @shared_payment_url
end