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

Class Attribute Details

.api_keyObject

Returns the value of attribute api_key.



6
7
8
# File 'lib/piston_api.rb', line 6

def api_key
  @api_key
end

.private_keyObject

Returns the value of attribute private_key.



7
8
9
# File 'lib/piston_api.rb', line 7

def private_key
  @private_key
end

.sandboxObject Also known as: sandbox?

Returns the value of attribute sandbox.



8
9
10
# File 'lib/piston_api.rb', line 8

def sandbox
  @sandbox
end