Class: Transifex::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/tx-ruby.rb

Instance Attribute Summary collapse

Instance Attribute Details

#client_loginObject

Returns the value of attribute client_login.



36
37
38
# File 'lib/tx-ruby.rb', line 36

def 
  @client_login
end

#client_secretObject

Returns the value of attribute client_secret.



36
37
38
# File 'lib/tx-ruby.rb', line 36

def client_secret
  @client_secret
end

#root_urlObject

Returns the value of attribute root_url.



36
37
38
# File 'lib/tx-ruby.rb', line 36

def root_url
  @root_url
end