Class: SourceRoute::GenerateResult::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/source_route/generate_result.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(f = "silence", s = [], ilr = false, iiv = false) ⇒ Config

Returns a new instance of Config.



8
9
10
# File 'lib/source_route/generate_result.rb', line 8

def initialize(f="silence", s=[], ilr=false, iiv=false)
  super(f, s, ilr, iiv)
end

Instance Attribute Details

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



5
6
7
# File 'lib/source_route/generate_result.rb', line 5

def filename
  @filename
end

#formatObject

Returns the value of attribute format

Returns:

  • (Object)

    the current value of format



5
6
7
# File 'lib/source_route/generate_result.rb', line 5

def format
  @format
end

#import_return_to_callObject

Returns the value of attribute import_return_to_call

Returns:

  • (Object)

    the current value of import_return_to_call



5
6
7
# File 'lib/source_route/generate_result.rb', line 5

def import_return_to_call
  @import_return_to_call
end

#include_instance_varObject

Returns the value of attribute include_instance_var

Returns:

  • (Object)

    the current value of include_instance_var



5
6
7
# File 'lib/source_route/generate_result.rb', line 5

def include_instance_var
  @include_instance_var
end

#include_local_varObject

Returns the value of attribute include_local_var

Returns:

  • (Object)

    the current value of include_local_var



5
6
7
# File 'lib/source_route/generate_result.rb', line 5

def include_local_var
  @include_local_var
end

#show_additional_attrsObject

Returns the value of attribute show_additional_attrs

Returns:

  • (Object)

    the current value of show_additional_attrs



5
6
7
# File 'lib/source_route/generate_result.rb', line 5

def show_additional_attrs
  @show_additional_attrs
end