Module: Magento
- Defined in:
- lib/magus.rb,
lib/magus/version.rb
Constant Summary collapse
- VERSION =
"0.0.1"
Class Attribute Summary collapse
-
.api_key ⇒ Object
Returns the value of attribute api_key.
-
.endpoint ⇒ Object
Returns the value of attribute endpoint.
-
.username ⇒ Object
Returns the value of attribute username.
Class Method Summary collapse
Class Attribute Details
.api_key ⇒ Object
Returns the value of attribute api_key.
5 6 7 |
# File 'lib/magus.rb', line 5 def api_key @api_key end |
.endpoint ⇒ Object
Returns the value of attribute endpoint.
5 6 7 |
# File 'lib/magus.rb', line 5 def endpoint @endpoint end |
.username ⇒ Object
Returns the value of attribute username.
5 6 7 |
# File 'lib/magus.rb', line 5 def username @username end |
Class Method Details
.configure {|_self| ... } ⇒ Object
8 9 10 |
# File 'lib/magus.rb', line 8 def self.configure yield self if block_given? end |