Module: Checkmobi::SDK
- Defined in:
- lib/checkmobi.rb,
lib/checkmobi/api.rb,
lib/checkmobi/client.rb,
lib/checkmobi/version.rb,
lib/checkmobi/response.rb
Defined Under Namespace
Classes: Api, Client, Response
Constant Summary collapse
- VERSION =
'1.0.0'
Class Attribute Summary collapse
-
.api_key ⇒ Object
Returns the value of attribute api_key.
Class Method Summary collapse
- .configure {|_self| ... } ⇒ Object (also: config)
Class Attribute Details
.api_key ⇒ Object
Returns the value of attribute api_key.
14 15 16 |
# File 'lib/checkmobi.rb', line 14 def api_key @api_key end |
Class Method Details
.configure {|_self| ... } ⇒ Object Also known as: config
16 17 18 19 |
# File 'lib/checkmobi.rb', line 16 def configure yield self true end |