Class: TranslationService::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address.



4
5
6
# File 'lib/translation_service/configuration.rb', line 4

def address
  @address
end

#available_localesObject

Returns the value of attribute available_locales.



8
9
10
# File 'lib/translation_service/configuration.rb', line 8

def available_locales
  @available_locales
end

#keyObject

Returns the value of attribute key.



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

def key
  @key
end

#locationObject

Returns the value of attribute location.



7
8
9
# File 'lib/translation_service/configuration.rb', line 7

def location
  @location
end

#master_revisionObject

Returns the value of attribute master_revision.



3
4
5
# File 'lib/translation_service/configuration.rb', line 3

def master_revision
  @master_revision
end

#passwordObject

Returns the value of attribute password.



6
7
8
# File 'lib/translation_service/configuration.rb', line 6

def password
  @password
end