Class: Parsec::Configuration
- Inherits:
-
Object
- Object
- Parsec::Configuration
- Defined in:
- lib/parsec/configuration.rb
Instance Attribute Summary collapse
-
#context ⇒ Object
Returns the value of attribute context.
-
#host ⇒ Object
Returns the value of attribute host.
-
#password ⇒ Object
Returns the value of attribute password.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#context ⇒ Object
Returns the value of attribute context.
3 4 5 |
# File 'lib/parsec/configuration.rb', line 3 def context @context end |
#host ⇒ Object
Returns the value of attribute host.
3 4 5 |
# File 'lib/parsec/configuration.rb', line 3 def host @host end |
#password ⇒ Object
Returns the value of attribute password.
3 4 5 |
# File 'lib/parsec/configuration.rb', line 3 def password @password end |
#username ⇒ Object
Returns the value of attribute username.
3 4 5 |
# File 'lib/parsec/configuration.rb', line 3 def username @username end |