Module: OmniAuth::Artsy::Config
Instance Attribute Summary collapse
-
#artsy_api_url ⇒ Object
Returns the value of attribute artsy_api_url.
Instance Method Summary collapse
Instance Attribute Details
#artsy_api_url ⇒ Object
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
#reset ⇒ Object
10 11 12 |
# File 'lib/omniauth-artsy/config.rb', line 10 def reset self.artsy_api_url = nil end |