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
126 127 128 |
# File 'lib/fbtok/opts.rb', line 126 def paths @paths end |
#rec ⇒ Object
Returns the value of attribute rec
126 127 128 |
# File 'lib/fbtok/opts.rb', line 126 def rec @rec end |