Class: VNCPostAPI::Configuration
- Inherits:
-
Object
- Object
- VNCPostAPI::Configuration
- Defined in:
- lib/vncpost_api/configuration.rb
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#testing ⇒ Object
(also: #testing?)
Returns the value of attribute testing.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password.
3 4 5 |
# File 'lib/vncpost_api/configuration.rb', line 3 def password @password end |
#testing ⇒ Object Also known as: testing?
Returns the value of attribute testing.
3 4 5 |
# File 'lib/vncpost_api/configuration.rb', line 3 def testing @testing end |
#username ⇒ Object
Returns the value of attribute username.
3 4 5 |
# File 'lib/vncpost_api/configuration.rb', line 3 def username @username end |