Class: Feather::Configuration

Inherits:
Object
  • Object
show all
Defined in:
sig/Feather.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



25
# File 'sig/Feather.rbs', line 25

def initialize: () -> void

Instance Attribute Details

#consensus_modelsArray[String]

Returns the value of attribute consensus_models.

Returns:

  • (Array[String])


22
23
24
# File 'sig/Feather.rbs', line 22

def consensus_models
  @consensus_models
end

#locationString?

Returns the value of attribute location.

Returns:

  • (String, nil)


21
22
23
# File 'sig/Feather.rbs', line 21

def location
  @location
end

#modelString

Returns the value of attribute model.

Returns:

  • (String)


20
21
22
# File 'sig/Feather.rbs', line 20

def model
  @model
end

#providerSymbol

Returns the value of attribute provider.

Returns:

  • (Symbol)


19
20
21
# File 'sig/Feather.rbs', line 19

def provider
  @provider
end

#tips_modelString

Returns the value of attribute tips_model.

Returns:

  • (String)


23
24
25
# File 'sig/Feather.rbs', line 23

def tips_model
  @tips_model
end

Instance Method Details

#initialize_copyvoid

This method returns an undefined value.

Parameters:



26
# File 'sig/Feather.rbs', line 26

def initialize_copy: (Configuration source) -> void