Module: CyberbizExpress::NinjaVan
- Defined in:
- lib/cyberbiz_express/ninja_van/api.rb,
lib/cyberbiz_express/ninja_van/webhook.rb,
lib/cyberbiz_express/ninja_van/ninja_van.rb
Defined Under Namespace
Class Attribute Summary collapse
-
.api_url ⇒ Object
Returns the value of attribute api_url.
-
.client_id ⇒ Object
Returns the value of attribute client_id.
-
.client_secret ⇒ Object
Returns the value of attribute client_secret.
Class Method Summary collapse
Class Attribute Details
.api_url ⇒ Object
Returns the value of attribute api_url.
9 10 11 |
# File 'lib/cyberbiz_express/ninja_van/ninja_van.rb', line 9 def api_url @api_url end |
.client_id ⇒ Object
Returns the value of attribute client_id.
9 10 11 |
# File 'lib/cyberbiz_express/ninja_van/ninja_van.rb', line 9 def client_id @client_id end |
.client_secret ⇒ Object
Returns the value of attribute client_secret.
9 10 11 |
# File 'lib/cyberbiz_express/ninja_van/ninja_van.rb', line 9 def client_secret @client_secret end |
Class Method Details
.configure {|CyberbizExpress::NinjaVan| ... } ⇒ Object
12 13 14 |
# File 'lib/cyberbiz_express/ninja_van/ninja_van.rb', line 12 def self.configure(&_block) yield(CyberbizExpress::NinjaVan) end |