Class: Transifex::Configuration
- Inherits:
-
Object
- Object
- Transifex::Configuration
- Defined in:
- lib/tx-ruby.rb
Instance Attribute Summary collapse
-
#client_login ⇒ Object
Returns the value of attribute client_login.
-
#client_secret ⇒ Object
Returns the value of attribute client_secret.
-
#root_url ⇒ Object
Returns the value of attribute root_url.
Instance Attribute Details
#client_login ⇒ Object
Returns the value of attribute client_login.
36 37 38 |
# File 'lib/tx-ruby.rb', line 36 def client_login @client_login end |
#client_secret ⇒ Object
Returns the value of attribute client_secret.
36 37 38 |
# File 'lib/tx-ruby.rb', line 36 def client_secret @client_secret end |
#root_url ⇒ Object
Returns the value of attribute root_url.
36 37 38 |
# File 'lib/tx-ruby.rb', line 36 def root_url @root_url end |