Class: BraintreeLyre::Lyre

Inherits:
Lyre::App
  • Object
show all
Includes:
Helpers
Defined in:
lib/braintree_lyre/lyre.rb

Constant Summary collapse

ENVIRONMENT =
:development
MERCHANT_ID =
"0000"
PUBLIC_KEY =
"pubkey"
PRIVATE_KEY =
"prikey"

Instance Attribute Summary collapse

Method Summary

Methods included from Helpers

#camelize, #constantize, #gzip, #gzipped_response

Instance Attribute Details

#last_thingObject

Returns the value of attribute last_thing.



14
15
16
# File 'lib/braintree_lyre/lyre.rb', line 14

def last_thing
  @last_thing
end