Class: Fiona7::Config

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ Config

Returns a new instance of Config.



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

def initialize(*args)
  super
  self.features = Features.new unless self.features
end

Instance Attribute Details

#dont_yell_at_me_for_abusing_attributesObject

Returns the value of attribute dont_yell_at_me_for_abusing_attributes

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of features



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

def features
  @features
end

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



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

def host
  @host
end

#instanceObject

Returns the value of attribute instance

Returns:

  • (Object)

    the current value of instance



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

def instance
  @instance
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



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

def mode
  @mode
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



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

def port
  @port
end

#root_modeObject

Returns the value of attribute root_mode

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of secret



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

def secret
  @secret
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



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

def username
  @username
end