Class: Darjeelink::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/darjeelink/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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_domainObject

Returns the value of attribute auth_domain.



5
6
7
# File 'lib/darjeelink/configuration.rb', line 5

def auth_domain
  @auth_domain
end

#domainObject

Returns the value of attribute domain.



5
6
7
# File 'lib/darjeelink/configuration.rb', line 5

def domain
  @domain
end

#fallback_urlObject

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_keyObject

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_mediumsObject

Returns the value of attribute source_mediums.



5
6
7
# File 'lib/darjeelink/configuration.rb', line 5

def source_mediums
  @source_mediums
end