Class: Brandmaker::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



39
40
41
42
43
# File 'lib/brandmaker/configuration.rb', line 39

def initialize
  @job_configs = {}
  @media_pool_client = Savon.client
  @dse_client = Savon.client
end

Instance Attribute Details

#dse_clientObject

Returns the value of attribute dse_client.



36
37
38
# File 'lib/brandmaker/configuration.rb', line 36

def dse_client
  @dse_client
end

#dse_serviceObject

Returns the value of attribute dse_service.



30
31
32
# File 'lib/brandmaker/configuration.rb', line 30

def dse_service
  @dse_service
end

#external_media_serviceObject

Returns the value of attribute external_media_service.



32
33
34
# File 'lib/brandmaker/configuration.rb', line 32

def external_media_service
  @external_media_service
end

#external_media_service_secretObject

Returns the value of attribute external_media_service_secret.



33
34
35
# File 'lib/brandmaker/configuration.rb', line 33

def external_media_service_secret
  @external_media_service_secret
end

#job_configsObject

Returns the value of attribute job_configs.



34
35
36
# File 'lib/brandmaker/configuration.rb', line 34

def job_configs
  @job_configs
end

#media_pool_clientObject

Returns the value of attribute media_pool_client.



37
38
39
# File 'lib/brandmaker/configuration.rb', line 37

def media_pool_client
  @media_pool_client
end

#media_pool_serviceObject

Returns the value of attribute media_pool_service.



31
32
33
# File 'lib/brandmaker/configuration.rb', line 31

def media_pool_service
  @media_pool_service
end

#passwordObject

Returns the value of attribute password.



29
30
31
# File 'lib/brandmaker/configuration.rb', line 29

def password
  @password
end

#userObject

Returns the value of attribute user.



28
29
30
# File 'lib/brandmaker/configuration.rb', line 28

def user
  @user
end