Class: OSCRuby::Configuration
- Inherits:
-
Object
- Object
- OSCRuby::Configuration
- Defined in:
- lib/osc_ruby/configuration.rb
Instance Attribute Summary collapse
-
#interface ⇒ Object
Returns the value of attribute interface.
-
#password ⇒ Object
Returns the value of attribute password.
-
#resource ⇒ Object
Returns the value of attribute resource.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
6 7 8 |
# File 'lib/osc_ruby/configuration.rb', line 6 def initialize @resource = '' end |
Instance Attribute Details
#interface ⇒ Object
Returns the value of attribute interface.
4 5 6 |
# File 'lib/osc_ruby/configuration.rb', line 4 def interface @interface end |
#password ⇒ Object
Returns the value of attribute password.
4 5 6 |
# File 'lib/osc_ruby/configuration.rb', line 4 def password @password end |
#resource ⇒ Object
Returns the value of attribute resource.
4 5 6 |
# File 'lib/osc_ruby/configuration.rb', line 4 def resource @resource end |
#username ⇒ Object
Returns the value of attribute username.
4 5 6 |
# File 'lib/osc_ruby/configuration.rb', line 4 def username @username end |