Class: GPP::Processor::Definition
- Inherits:
-
Struct
- Object
- Struct
- GPP::Processor::Definition
- Defined in:
- lib/gpp/processor.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#body ⇒ Object
Returns the value of attribute body.
-
#line ⇒ Object
Returns the value of attribute line.
-
#path ⇒ Object
Returns the value of attribute path.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
100 101 102 |
# File 'lib/gpp/processor.rb', line 100 def args @args end |
#body ⇒ Object
Returns the value of attribute body
100 101 102 |
# File 'lib/gpp/processor.rb', line 100 def body @body end |
#line ⇒ Object
Returns the value of attribute line
100 101 102 |
# File 'lib/gpp/processor.rb', line 100 def line @line end |
#path ⇒ Object
Returns the value of attribute path
100 101 102 |
# File 'lib/gpp/processor.rb', line 100 def path @path end |
#type ⇒ Object
Returns the value of attribute type
100 101 102 |
# File 'lib/gpp/processor.rb', line 100 def type @type end |