Class: Paybase::Relation
- Inherits:
-
Struct
- Object
- Struct
- Paybase::Relation
- Defined in:
- lib/paybase/relation.rb
Instance Attribute Summary collapse
-
#client ⇒ Object
Returns the value of attribute client.
-
#href ⇒ Object
Returns the value of attribute href.
Instance Method Summary collapse
Instance Attribute Details
#client ⇒ Object
Returns the value of attribute client
2 3 4 |
# File 'lib/paybase/relation.rb', line 2 def client @client end |
#href ⇒ Object
Returns the value of attribute href
2 3 4 |
# File 'lib/paybase/relation.rb', line 2 def href @href end |
Instance Method Details
#get(options = {}) ⇒ Object
4 5 6 |
# File 'lib/paybase/relation.rb', line 4 def get( = {}) client.get href, end |