Class: Transifex::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#client_loginObject

Returns the value of attribute client_login.



78
79
80
# File 'lib/transifex.rb', line 78

def 
  
end

#client_secretObject

Returns the value of attribute client_secret.



78
79
80
# File 'lib/transifex.rb', line 78

def client_secret
  @client_secret
end

#root_urlObject

Returns the value of attribute root_url.



78
79
80
# File 'lib/transifex.rb', line 78

def root_url
  @root_url
end