Class: Struct::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/fiona7/engine.rb

Direct Known Subclasses

Fiona7::Config

Instance Attribute Summary collapse

Instance Attribute Details

#dont_yell_at_me_for_abusing_attributesObject

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

#featuresObject

Returns the value of attribute features



189
190
191
# File 'lib/fiona7/engine.rb', line 189

def features
  @features
end

#hostObject

Returns the value of attribute host



189
190
191
# File 'lib/fiona7/engine.rb', line 189

def host
  @host
end

#instanceObject

Returns the value of attribute instance



189
190
191
# File 'lib/fiona7/engine.rb', line 189

def instance
  @instance
end

#modeObject

Returns the value of attribute mode



189
190
191
# File 'lib/fiona7/engine.rb', line 189

def mode
  @mode
end

#portObject

Returns the value of attribute port



189
190
191
# File 'lib/fiona7/engine.rb', line 189

def port
  @port
end

#root_modeObject

Returns the value of attribute root_mode



189
190
191
# File 'lib/fiona7/engine.rb', line 189

def root_mode
  @root_mode
end

#secretObject

Returns the value of attribute secret



189
190
191
# File 'lib/fiona7/engine.rb', line 189

def secret
  @secret
end

#usernameObject

Returns the value of attribute username



189
190
191
# File 'lib/fiona7/engine.rb', line 189

def username
  @username
end