Class: BreadMachine::ThreeDSecureCredentials
- Inherits:
-
Object
- Object
- BreadMachine::ThreeDSecureCredentials
- Defined in:
- lib/breadmachine/dto/three_d_secure_credentials.rb
Instance Attribute Summary collapse
-
#enrolled ⇒ Object
Returns the value of attribute enrolled.
-
#md ⇒ Object
Returns the value of attribute md.
-
#pa_res ⇒ Object
Returns the value of attribute pa_res.
-
#transaction_reference ⇒ Object
Returns the value of attribute transaction_reference.
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ ThreeDSecureCredentials
constructor
A new instance of ThreeDSecureCredentials.
Constructor Details
#initialize(attributes = {}) ⇒ ThreeDSecureCredentials
Returns a new instance of ThreeDSecureCredentials.
7 8 9 |
# File 'lib/breadmachine/dto/three_d_secure_credentials.rb', line 7 def initialize(attributes = {}) attributes.each { |key, value| send("#{key}=", value) } end |
Instance Attribute Details
#enrolled ⇒ Object
Returns the value of attribute enrolled.
5 6 7 |
# File 'lib/breadmachine/dto/three_d_secure_credentials.rb', line 5 def enrolled @enrolled end |
#md ⇒ Object
Returns the value of attribute md.
5 6 7 |
# File 'lib/breadmachine/dto/three_d_secure_credentials.rb', line 5 def md @md end |
#pa_res ⇒ Object
Returns the value of attribute pa_res.
5 6 7 |
# File 'lib/breadmachine/dto/three_d_secure_credentials.rb', line 5 def pa_res @pa_res end |
#transaction_reference ⇒ Object
Returns the value of attribute transaction_reference.
5 6 7 |
# File 'lib/breadmachine/dto/three_d_secure_credentials.rb', line 5 def transaction_reference @transaction_reference end |