Class: Feather::Configuration
- Inherits:
-
Object
- Object
- Feather::Configuration
- Defined in:
- sig/Feather.rbs
Instance Attribute Summary collapse
-
#consensus_models ⇒ Array[String]
Returns the value of attribute consensus_models.
-
#location ⇒ String?
Returns the value of attribute location.
-
#model ⇒ String
Returns the value of attribute model.
-
#provider ⇒ Symbol
Returns the value of attribute provider.
-
#tips_model ⇒ String
Returns the value of attribute tips_model.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
- #initialize_copy ⇒ void
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
25 |
# File 'sig/Feather.rbs', line 25
def initialize: () -> void
|
Instance Attribute Details
#consensus_models ⇒ Array[String]
Returns the value of attribute consensus_models.
22 23 24 |
# File 'sig/Feather.rbs', line 22 def consensus_models @consensus_models end |
#location ⇒ String?
Returns the value of attribute location.
21 22 23 |
# File 'sig/Feather.rbs', line 21 def location @location end |
#model ⇒ String
Returns the value of attribute model.
20 21 22 |
# File 'sig/Feather.rbs', line 20 def model @model end |
#provider ⇒ Symbol
Returns the value of attribute provider.
19 20 21 |
# File 'sig/Feather.rbs', line 19 def provider @provider end |
#tips_model ⇒ String
Returns the value of attribute tips_model.
23 24 25 |
# File 'sig/Feather.rbs', line 23 def tips_model @tips_model end |
Instance Method Details
#initialize_copy ⇒ void
This method returns an undefined value.
26 |
# File 'sig/Feather.rbs', line 26
def initialize_copy: (Configuration source) -> void
|