Class: PacTrac::Response
- Inherits:
-
Struct
- Object
- Struct
- PacTrac::Response
- Defined in:
- lib/pactrac/response.rb
Instance Attribute Summary collapse
-
#raw ⇒ Object
Returns the value of attribute raw.
-
#requires_verification ⇒ Object
Returns the value of attribute requires_verification.
-
#verification_image ⇒ Object
Returns the value of attribute verification_image.
Instance Attribute Details
#raw ⇒ Object
Returns the value of attribute raw
2 3 4 |
# File 'lib/pactrac/response.rb', line 2 def raw @raw end |
#requires_verification ⇒ Object
Returns the value of attribute requires_verification
2 3 4 |
# File 'lib/pactrac/response.rb', line 2 def requires_verification @requires_verification end |
#verification_image ⇒ Object
Returns the value of attribute verification_image
2 3 4 |
# File 'lib/pactrac/response.rb', line 2 def verification_image @verification_image end |