Class: Darjeelink::Configuration
- Inherits:
-
Object
- Object
- Darjeelink::Configuration
- Defined in:
- lib/darjeelink/configuration.rb
Instance Attribute Summary collapse
-
#auth_domain ⇒ Object
Returns the value of attribute auth_domain.
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#fallback_url ⇒ Object
Returns the value of attribute fallback_url.
-
#rebrandly_api_key ⇒ Object
Returns the value of attribute rebrandly_api_key.
-
#source_mediums ⇒ Object
Returns the value of attribute source_mediums.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
7 8 9 10 11 12 13 |
# File 'lib/darjeelink/configuration.rb', line 7 def initialize @domain = nil @source_mediums = nil @auth_domain = nil @rebrandly_api_key = nil @fallback_url = nil end |
Instance Attribute Details
#auth_domain ⇒ Object
Returns the value of attribute auth_domain.
5 6 7 |
# File 'lib/darjeelink/configuration.rb', line 5 def auth_domain @auth_domain end |
#domain ⇒ Object
Returns the value of attribute domain.
5 6 7 |
# File 'lib/darjeelink/configuration.rb', line 5 def domain @domain end |
#fallback_url ⇒ Object
Returns the value of attribute fallback_url.
5 6 7 |
# File 'lib/darjeelink/configuration.rb', line 5 def fallback_url @fallback_url end |
#rebrandly_api_key ⇒ Object
Returns the value of attribute rebrandly_api_key.
5 6 7 |
# File 'lib/darjeelink/configuration.rb', line 5 def rebrandly_api_key @rebrandly_api_key end |
#source_mediums ⇒ Object
Returns the value of attribute source_mediums.
5 6 7 |
# File 'lib/darjeelink/configuration.rb', line 5 def source_mediums @source_mediums end |