Class: Xberg::ModelPaths
- Inherits:
-
Object
- Object
- Xberg::ModelPaths
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#cls_model ⇒ String
readonly
Returns the value of attribute cls_model.
-
#det_model ⇒ String
readonly
Returns the value of attribute det_model.
-
#dict_file ⇒ String
readonly
Returns the value of attribute dict_file.
-
#rec_model ⇒ String
readonly
Returns the value of attribute rec_model.
Instance Method Summary collapse
-
#initialize ⇒ ModelPaths
constructor
A new instance of ModelPaths.
Constructor Details
#initialize ⇒ ModelPaths
Returns a new instance of ModelPaths.
1615 |
# File 'sig/types.rbs', line 1615
def initialize: (det_model: String, cls_model: String, rec_model: String, dict_file: String) -> void
|
Instance Attribute Details
#cls_model ⇒ String (readonly)
Returns the value of attribute cls_model.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def cls_model @cls_model end |
#det_model ⇒ String (readonly)
Returns the value of attribute det_model.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def det_model @det_model end |
#dict_file ⇒ String (readonly)
Returns the value of attribute dict_file.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def dict_file @dict_file end |
#rec_model ⇒ String (readonly)
Returns the value of attribute rec_model.
1612 1613 1614 |
# File 'sig/types.rbs', line 1612 def rec_model @rec_model end |