Class: Billogram::Payment
- Defined in:
- lib/billogram/resources/payment.rb
Instance Attribute Summary collapse
-
#bankgiro ⇒ Object
Returns the value of attribute bankgiro.
-
#plusgiro ⇒ Object
Returns the value of attribute plusgiro.
Method Summary
Methods inherited from Resource
build_objects, #initialize, relation, relations, #to_hash, #to_json
Constructor Details
This class inherits a constructor from Billogram::Resource
Instance Attribute Details
permalink #bankgiro ⇒ Object
Returns the value of attribute bankgiro.
3 4 5 |
# File 'lib/billogram/resources/payment.rb', line 3 def bankgiro @bankgiro end |
permalink #plusgiro ⇒ Object
Returns the value of attribute plusgiro.
3 4 5 |
# File 'lib/billogram/resources/payment.rb', line 3 def plusgiro @plusgiro end |