Class: Xberg::PresetSample
- Inherits:
-
Object
- Object
- Xberg::PresetSample
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#input_path ⇒ String
readonly
Returns the value of attribute input_path.
-
#output_path ⇒ String
readonly
Returns the value of attribute output_path.
Instance Method Summary collapse
-
#initialize ⇒ PresetSample
constructor
A new instance of PresetSample.
Constructor Details
#initialize ⇒ PresetSample
Returns a new instance of PresetSample.
1951 |
# File 'sig/types.rbs', line 1951
def initialize: (input_path: String, output_path: String) -> void
|
Instance Attribute Details
#input_path ⇒ String (readonly)
Returns the value of attribute input_path.
1948 1949 1950 |
# File 'sig/types.rbs', line 1948 def input_path @input_path end |
#output_path ⇒ String (readonly)
Returns the value of attribute output_path.
1949 1950 1951 |
# File 'sig/types.rbs', line 1949 def output_path @output_path end |