Class: Syskit::RobyApp::Plugin::OroGenLocation
- Defined in:
- lib/syskit/roby_app/plugin.rb
Instance Attribute Summary collapse
-
#absolute_path ⇒ Object
Returns the value of attribute absolute_path.
-
#label ⇒ Object
Returns the value of attribute label.
-
#lineno ⇒ Object
Returns the value of attribute lineno.
Instance Attribute Details
#absolute_path ⇒ Object
Returns the value of attribute absolute_path
258 259 260 |
# File 'lib/syskit/roby_app/plugin.rb', line 258 def absolute_path @absolute_path end |
#label ⇒ Object
Returns the value of attribute label
258 259 260 |
# File 'lib/syskit/roby_app/plugin.rb', line 258 def label @label end |
#lineno ⇒ Object
Returns the value of attribute lineno
258 259 260 |
# File 'lib/syskit/roby_app/plugin.rb', line 258 def lineno @lineno end |