Class: Struct::Config
- Inherits:
-
Struct
- Object
- Struct
- Struct::Config
- Defined in:
- lib/fiona7/engine.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#dont_yell_at_me_for_abusing_attributes ⇒ Object
Returns the value of attribute dont_yell_at_me_for_abusing_attributes.
-
#features ⇒ Object
Returns the value of attribute features.
-
#host ⇒ Object
Returns the value of attribute host.
-
#instance ⇒ Object
Returns the value of attribute instance.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#port ⇒ Object
Returns the value of attribute port.
-
#root_mode ⇒ Object
Returns the value of attribute root_mode.
-
#secret ⇒ Object
Returns the value of attribute secret.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#dont_yell_at_me_for_abusing_attributes ⇒ Object
Returns the value of attribute dont_yell_at_me_for_abusing_attributes
189 190 191 |
# File 'lib/fiona7/engine.rb', line 189 def dont_yell_at_me_for_abusing_attributes @dont_yell_at_me_for_abusing_attributes end |
#features ⇒ Object
Returns the value of attribute features
189 190 191 |
# File 'lib/fiona7/engine.rb', line 189 def features @features end |
#host ⇒ Object
Returns the value of attribute host
189 190 191 |
# File 'lib/fiona7/engine.rb', line 189 def host @host end |
#instance ⇒ Object
Returns the value of attribute instance
189 190 191 |
# File 'lib/fiona7/engine.rb', line 189 def instance @instance end |
#mode ⇒ Object
Returns the value of attribute mode
189 190 191 |
# File 'lib/fiona7/engine.rb', line 189 def mode @mode end |
#port ⇒ Object
Returns the value of attribute port
189 190 191 |
# File 'lib/fiona7/engine.rb', line 189 def port @port end |
#root_mode ⇒ Object
Returns the value of attribute root_mode
189 190 191 |
# File 'lib/fiona7/engine.rb', line 189 def root_mode @root_mode end |
#secret ⇒ Object
Returns the value of attribute secret
189 190 191 |
# File 'lib/fiona7/engine.rb', line 189 def secret @secret end |
#username ⇒ Object
Returns the value of attribute username
189 190 191 |
# File 'lib/fiona7/engine.rb', line 189 def username @username end |