Class: VNCPostAPI::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/vncpost_api/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#passwordObject

Returns the value of attribute password.



3
4
5
# File 'lib/vncpost_api/configuration.rb', line 3

def password
  @password
end

#testingObject 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

#usernameObject

Returns the value of attribute username.



3
4
5
# File 'lib/vncpost_api/configuration.rb', line 3

def username
  @username
end