Class: SportDb::Parser::Opts::PathspecNode
- Inherits:
-
Struct
- Object
- Struct
- SportDb::Parser::Opts::PathspecNode
- Defined in:
- lib/fbtok/opts.rb
Overview
todo/check - find a better name
e.g. BatchItem or PackageDef or ???
find a different name for rec for named value props?
why? why not?
Instance Attribute Summary collapse
-
#paths ⇒ Object
Returns the value of attribute paths.
-
#rec ⇒ Object
Returns the value of attribute rec.
Instance Attribute Details
#paths ⇒ Object
Returns the value of attribute paths
112 113 114 |
# File 'lib/fbtok/opts.rb', line 112 def paths @paths end |
#rec ⇒ Object
Returns the value of attribute rec
112 113 114 |
# File 'lib/fbtok/opts.rb', line 112 def rec @rec end |