Module: OmniAuth::Artsy::Config

Extended by:
Config
Included in:
Config
Defined in:
lib/omniauth-artsy/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#artsy_api_urlObject

Returns the value of attribute artsy_api_url.



8
9
10
# File 'lib/omniauth-artsy/config.rb', line 8

def artsy_api_url
  @artsy_api_url
end

Instance Method Details

#resetObject



10
11
12
# File 'lib/omniauth-artsy/config.rb', line 10

def reset
  self.artsy_api_url = nil
end