Class: Processor::RenderTask

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

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



8
9
10
# File 'lib/processor.rb', line 8

def block
  @block
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



8
9
10
# File 'lib/processor.rb', line 8

def description
  @description
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/processor.rb', line 8

def name
  @name
end