Class: OSCRuby::Configuration
- Inherits:
-
Object
- Object
- OSCRuby::Configuration
- Defined in:
- lib/osc_ruby/configuration.rb
Instance Attribute Summary collapse
-
#interface ⇒ String
The site interface to connect to.
-
#password ⇒ String
The basic auth password.
-
#resource ⇒ String
The resource that is being connected to .
-
#username ⇒ String
The basic auth username.
Instance Attribute Details
#interface ⇒ String
Returns The site interface to connect to.
12 13 14 |
# File 'lib/osc_ruby/configuration.rb', line 12 def interface @interface end |
#password ⇒ String
Returns The basic auth password.
9 10 11 |
# File 'lib/osc_ruby/configuration.rb', line 9 def password @password end |
#resource ⇒ String
Returns The resource that is being connected to .
15 16 17 |
# File 'lib/osc_ruby/configuration.rb', line 15 def resource @resource end |
#username ⇒ String
Returns The basic auth username.
6 7 8 |
# File 'lib/osc_ruby/configuration.rb', line 6 def username @username end |