Class: SourceRoute::TpResult::Config
- Inherits:
-
Struct
- Object
- Struct
- SourceRoute::TpResult::Config
- Defined in:
- lib/source_route/tp_result.rb
Instance Attribute Summary collapse
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#format ⇒ Object
Returns the value of attribute format.
-
#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 Attribute Details
#filename ⇒ Object
Returns the value of attribute filename
5 6 7 |
# File 'lib/source_route/tp_result.rb', line 5 def filename @filename end |
#format ⇒ Object
Returns the value of attribute format
5 6 7 |
# File 'lib/source_route/tp_result.rb', line 5 def format @format end |
#include_instance_var ⇒ Object
Returns the value of attribute include_instance_var
5 6 7 |
# File 'lib/source_route/tp_result.rb', line 5 def include_instance_var @include_instance_var end |
#include_local_var ⇒ Object
Returns the value of attribute include_local_var
5 6 7 |
# File 'lib/source_route/tp_result.rb', line 5 def include_local_var @include_local_var end |
#show_additional_attrs ⇒ Object
Returns the value of attribute show_additional_attrs
5 6 7 |
# File 'lib/source_route/tp_result.rb', line 5 def show_additional_attrs @show_additional_attrs end |