Class: SourceRoute::GenerateResult::Config
- Defined in:
- lib/source_route/generate_result.rb
Instance Attribute Summary collapse
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#format ⇒ Object
Returns the value of attribute format.
-
#import_return_to_call ⇒ Object
Returns the value of attribute import_return_to_call.
-
#include_instance_var ⇒ Object
Returns the value of attribute include_instance_var.
-
#include_local_var ⇒ Object
Returns the value of attribute include_local_var.
-
#show_additional_attrs ⇒ Object
Returns the value of attribute show_additional_attrs.
Instance Method Summary collapse
-
#initialize(f = :test, s = [], ilr = false, iiv = false) ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize(f = :test, s = [], ilr = false, iiv = false) ⇒ Config
Returns a new instance of Config.
20 21 22 |
# File 'lib/source_route/generate_result.rb', line 20 def initialize(f=:test, s=[], ilr=false, iiv=false) super(f, s, ilr, iiv) end |
Instance Attribute Details
#filename ⇒ Object
Returns the value of attribute filename
17 18 19 |
# File 'lib/source_route/generate_result.rb', line 17 def filename @filename end |
#format ⇒ Object
Returns the value of attribute format
17 18 19 |
# File 'lib/source_route/generate_result.rb', line 17 def format @format end |
#import_return_to_call ⇒ Object
Returns the value of attribute import_return_to_call
17 18 19 |
# File 'lib/source_route/generate_result.rb', line 17 def import_return_to_call @import_return_to_call end |
#include_instance_var ⇒ Object
Returns the value of attribute include_instance_var
17 18 19 |
# File 'lib/source_route/generate_result.rb', line 17 def include_instance_var @include_instance_var end |
#include_local_var ⇒ Object
Returns the value of attribute include_local_var
17 18 19 |
# File 'lib/source_route/generate_result.rb', line 17 def include_local_var @include_local_var end |
#show_additional_attrs ⇒ Object
Returns the value of attribute show_additional_attrs
17 18 19 |
# File 'lib/source_route/generate_result.rb', line 17 def show_additional_attrs @show_additional_attrs end |