Class: RstFilter::Exec::Command
- Inherits:
-
Struct
- Object
- Struct
- RstFilter::Exec::Command
- Defined in:
- lib/rstfilter/exec.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#label ⇒ Object
Returns the value of attribute label.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command
47 48 49 |
# File 'lib/rstfilter/exec.rb', line 47 def command @command end |
#label ⇒ Object
Returns the value of attribute label
47 48 49 |
# File 'lib/rstfilter/exec.rb', line 47 def label @label end |