Module: PistonApi
- Defined in:
- lib/piston_api.rb,
lib/piston_api/client.rb,
lib/piston_api/version.rb
Defined Under Namespace
Classes: Client
Constant Summary collapse
- VERSION =
'0.2.1'
Class Attribute Summary collapse
-
.api_key ⇒ Object
Returns the value of attribute api_key.
-
.private_key ⇒ Object
Returns the value of attribute private_key.
-
.sandbox ⇒ Object
(also: sandbox?)
Returns the value of attribute sandbox.
Class Attribute Details
.api_key ⇒ Object
Returns the value of attribute api_key.
6 7 8 |
# File 'lib/piston_api.rb', line 6 def api_key @api_key end |
.private_key ⇒ Object
Returns the value of attribute private_key.
7 8 9 |
# File 'lib/piston_api.rb', line 7 def private_key @private_key end |
.sandbox ⇒ Object Also known as: sandbox?
Returns the value of attribute sandbox.
8 9 10 |
# File 'lib/piston_api.rb', line 8 def sandbox @sandbox end |