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

Classes: Api, Webhook

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.api_urlObject

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_idObject

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_secretObject

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