Module: PagSeguro::Restful
- Included in:
- Authorizations, Checkout, PaymentOrders, Plans, Sessions, Subscriptions, Transactions
- Defined in:
- lib/pagseguro/restful.rb
Instance Attribute Summary collapse
-
#client ⇒ Object
readonly
Returns the value of attribute client.
Instance Method Summary collapse
Instance Attribute Details
#client ⇒ Object (readonly)
Returns the value of attribute client.
7 8 9 |
# File 'lib/pagseguro/restful.rb', line 7 def client @client end |
Instance Method Details
#initialize(client) ⇒ Object
11 12 13 |
# File 'lib/pagseguro/restful.rb', line 11 def initialize(client) @client = client end |