class Arctic::UI::Configuration
Attributes
cache[RW]
client_id[RW]
client_secret[RW]
scope[RW]
url[RW]
Public Class Methods
new()
click to toggle source
# File lib/arctic/ui/configuration.rb, line 6 def initialize self.client_id ||= '2e088d752d61c023fbc91ca6c585a978a030187c4a18fbfb34ea39d78ef3c6a2' self.client_secret ||= '3675b0433b39d93eff54921e45c948c42ed13df8425d9f686a038de7685d30e0' self.url ||= 'http://localhost:5000/v1' self.scope ||= 'ui account:read account:update shops:read' end