Class: GPP::Processor::Definition

Inherits:
Struct
  • Object
show all
Defined in:
lib/gpp/processor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



100
101
102
# File 'lib/gpp/processor.rb', line 100

def args
  @args
end

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



100
101
102
# File 'lib/gpp/processor.rb', line 100

def body
  @body
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



100
101
102
# File 'lib/gpp/processor.rb', line 100

def line
  @line
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



100
101
102
# File 'lib/gpp/processor.rb', line 100

def path
  @path
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



100
101
102
# File 'lib/gpp/processor.rb', line 100

def type
  @type
end