Module: Zoop

Defined in:
lib/zoop.rb,
lib/zoop/model.rb,
lib/zoop/errors.rb,
lib/zoop/object.rb,
lib/zoop/request.rb,
lib/zoop/version.rb,
lib/zoop/nested_model.rb,
lib/zoop/resources/card.rb,
lib/zoop/customer_common.rb,
lib/zoop/resources/buyer.rb,
lib/zoop/resources/token.rb,
lib/zoop/resources/seller.rb,
lib/zoop/resources/split_rule.rb,
lib/zoop/payment_method_common.rb,
lib/zoop/resources/transaction.rb,
lib/zoop/resources/bank_account.rb

Defined Under Namespace

Classes: BankAccount, Buyer, Card, ConnectionError, CustomerCommon, Model, NestedModel, NotFound, PaymentMethodCommon, Request, RequestError, ResponseError, Seller, SplitRule, Token, Transaction, ZoopError, ZoopObject

Constant Summary collapse

VERSION =
'0.3.0'

Class Attribute Summary collapse

Class Attribute Details

.api_endpointObject

Returns the value of attribute api_endpoint.



19
20
21
# File 'lib/zoop.rb', line 19

def api_endpoint
  @api_endpoint
end

.marketplace_idObject

Returns the value of attribute marketplace_id.



19
20
21
# File 'lib/zoop.rb', line 19

def marketplace_id
  @marketplace_id
end

.open_timeoutObject

Returns the value of attribute open_timeout.



19
20
21
# File 'lib/zoop.rb', line 19

def open_timeout
  @open_timeout
end

.password_authObject

Returns the value of attribute password_auth.



19
20
21
# File 'lib/zoop.rb', line 19

def password_auth
  @password_auth
end

.timeoutObject

Returns the value of attribute timeout.



19
20
21
# File 'lib/zoop.rb', line 19

def timeout
  @timeout
end

.user_authObject

Returns the value of attribute user_auth.



19
20
21
# File 'lib/zoop.rb', line 19

def user_auth
  @user_auth
end