Module: Gameball
- Defined in:
- lib/gameball.rb,
lib/gameball/version.rb,
lib/gameball/models/event.rb,
lib/gameball/utils/helper.rb,
lib/gameball/models/action.rb,
lib/gameball/models/coupon.rb,
lib/gameball/models/player.rb,
lib/gameball/utils/request.rb,
lib/gameball/models/referral.rb,
lib/gameball/utils/validation.rb,
lib/gameball/models/transaction.rb,
lib/gameball/exceptions/gameballException.rb
Defined Under Namespace
Modules: Utils Classes: Action, Coupon, Event, GameballError, Player, Referral, Transaction
Constant Summary collapse
- VERSION =
Version of the SDK
"0.2.8"
Class Attribute Summary collapse
-
.api_base ⇒ Object
readonly
Returns the value of attribute api_base.
-
.api_key ⇒ Object
Returns the value of attribute api_key.
-
.api_version ⇒ Object
Returns the value of attribute api_version.
-
.keep_alive_timeout ⇒ Object
readonly
Returns the value of attribute keep_alive_timeout.
-
.max_retries ⇒ Object
Returns the value of attribute max_retries.
-
.read_timeout ⇒ Object
Returns the value of attribute read_timeout.
-
.transaction_key ⇒ Object
Returns the value of attribute transaction_key.
Class Attribute Details
.api_base ⇒ Object (readonly)
Returns the value of attribute api_base.
34 35 36 |
# File 'lib/gameball.rb', line 34 def api_base @api_base end |
.api_key ⇒ Object
Returns the value of attribute api_key.
28 29 30 |
# File 'lib/gameball.rb', line 28 def api_key @api_key end |
.api_version ⇒ Object
Returns the value of attribute api_version.
29 30 31 |
# File 'lib/gameball.rb', line 29 def api_version @api_version end |
.keep_alive_timeout ⇒ Object (readonly)
Returns the value of attribute keep_alive_timeout.
33 34 35 |
# File 'lib/gameball.rb', line 33 def keep_alive_timeout @keep_alive_timeout end |
.max_retries ⇒ Object
Returns the value of attribute max_retries.
32 33 34 |
# File 'lib/gameball.rb', line 32 def max_retries @max_retries end |
.read_timeout ⇒ Object
Returns the value of attribute read_timeout.
31 32 33 |
# File 'lib/gameball.rb', line 31 def read_timeout @read_timeout end |
.transaction_key ⇒ Object
Returns the value of attribute transaction_key.
30 31 32 |
# File 'lib/gameball.rb', line 30 def transaction_key @transaction_key end |