Class: Vantiv::Api::CardholderAuthentication
- Inherits:
-
Object
- Object
- Vantiv::Api::CardholderAuthentication
- Defined in:
- lib/vantiv/api/cardholder_authentication.rb
Instance Attribute Summary collapse
-
#authentication_value ⇒ Object
Returns the value of attribute authentication_value.
Instance Method Summary collapse
-
#initialize(authentication_value:) ⇒ CardholderAuthentication
constructor
A new instance of CardholderAuthentication.
Constructor Details
#initialize(authentication_value:) ⇒ CardholderAuthentication
Returns a new instance of CardholderAuthentication.
6 7 8 |
# File 'lib/vantiv/api/cardholder_authentication.rb', line 6 def initialize(authentication_value:) @authentication_value = authentication_value end |
Instance Attribute Details
#authentication_value ⇒ Object
Returns the value of attribute authentication_value.
4 5 6 |
# File 'lib/vantiv/api/cardholder_authentication.rb', line 4 def authentication_value @authentication_value end |