Module: Bcash
- Defined in:
- lib/bcash.rb,
lib/bcash/client.rb,
lib/bcash/version.rb,
lib/bcash/exceptions.rb
Defined Under Namespace
Modules: Api, Helpers Classes: Client, InvalidAccount
Constant Summary collapse
- VERSION =
"1.0.2"
Class Attribute Summary collapse
-
.email ⇒ Object
Returns the value of attribute email.
-
.key ⇒ Object
Returns the value of attribute key.
-
.sales_channel ⇒ Object
Returns the value of attribute sales_channel.
-
.token ⇒ Object
Returns the value of attribute token.
Class Method Summary collapse
Class Attribute Details
.email ⇒ Object
Returns the value of attribute email.
8 9 10 |
# File 'lib/bcash.rb', line 8 def email @email end |
.key ⇒ Object
Returns the value of attribute key.
8 9 10 |
# File 'lib/bcash.rb', line 8 def key @key end |
.sales_channel ⇒ Object
Returns the value of attribute sales_channel.
8 9 10 |
# File 'lib/bcash.rb', line 8 def sales_channel @sales_channel end |
.token ⇒ Object
Returns the value of attribute token.
8 9 10 |
# File 'lib/bcash.rb', line 8 def token @token end |
Class Method Details
.configure {|_self| ... } ⇒ Object
10 11 12 13 |
# File 'lib/bcash.rb', line 10 def configure yield self true end |