Class: Xberg::PresetSample

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializePresetSample

Returns a new instance of PresetSample.

Parameters:

  • input_path: (String)
  • output_path: (String)


1951
# File 'sig/types.rbs', line 1951

def initialize: (input_path: String, output_path: String) -> void

Instance Attribute Details

#input_pathString (readonly)

Returns the value of attribute input_path.

Returns:

  • (String)


1948
1949
1950
# File 'sig/types.rbs', line 1948

def input_path
  @input_path
end

#output_pathString (readonly)

Returns the value of attribute output_path.

Returns:

  • (String)


1949
1950
1951
# File 'sig/types.rbs', line 1949

def output_path
  @output_path
end