Class: Paypal::Payment::Response::Reference
- Defined in:
- lib/paypal/payment/response/reference.rb
Instance Attribute Summary collapse
-
#info ⇒ Object
Returns the value of attribute info.
Method Summary
Methods inherited from Base
Methods included from Util
#==, formatted_amount, #numeric_attribute?, to_numeric
Constructor Details
This class inherits a constructor from Paypal::Base
Instance Attribute Details
#info ⇒ Object
Returns the value of attribute info.
6 7 8 |
# File 'lib/paypal/payment/response/reference.rb', line 6 def info @info end |