Class: Snap::Configuration
- Inherits:
-
Object
- Object
- Snap::Configuration
- Defined in:
- lib/snap.rb
Overview
A simple configuration object to accept the required data to boot a client.
Instance Attribute Summary collapse
-
#endpoint ⇒ Object
Returns the value of attribute endpoint.
-
#password ⇒ Object
Returns the value of attribute password.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#endpoint ⇒ Object
Returns the value of attribute endpoint.
42 43 44 |
# File 'lib/snap.rb', line 42 def endpoint @endpoint end |
#password ⇒ Object
Returns the value of attribute password.
42 43 44 |
# File 'lib/snap.rb', line 42 def password @password end |
#username ⇒ Object
Returns the value of attribute username.
42 43 44 |
# File 'lib/snap.rb', line 42 def username @username end |