Class: EvalAuthInfo
- Inherits:
-
Object
- Object
- EvalAuthInfo
- Defined in:
- lib/compropago_sdk/factory/models/eval_auth_info.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#livemode ⇒ Object
Returns the value of attribute livemode.
-
#message ⇒ Object
Returns the value of attribute message.
-
#mode_key ⇒ Object
Returns the value of attribute mode_key.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
7 8 9 |
# File 'lib/compropago_sdk/factory/models/eval_auth_info.rb', line 7 def code @code end |
#livemode ⇒ Object
Returns the value of attribute livemode.
4 5 6 |
# File 'lib/compropago_sdk/factory/models/eval_auth_info.rb', line 4 def livemode @livemode end |
#message ⇒ Object
Returns the value of attribute message.
6 7 8 |
# File 'lib/compropago_sdk/factory/models/eval_auth_info.rb', line 6 def @message end |
#mode_key ⇒ Object
Returns the value of attribute mode_key.
5 6 7 |
# File 'lib/compropago_sdk/factory/models/eval_auth_info.rb', line 5 def mode_key @mode_key end |
#type ⇒ Object
Returns the value of attribute type.
3 4 5 |
# File 'lib/compropago_sdk/factory/models/eval_auth_info.rb', line 3 def type @type end |