Class: Parsec::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#contextObject

Returns the value of attribute context.



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

def context
  @context
end

#hostObject

Returns the value of attribute host.



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

def host
  @host
end

#passwordObject

Returns the value of attribute password.



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

def password
  @password
end

#usernameObject

Returns the value of attribute username.



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

def username
  @username
end