Class: Puli::Task

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

Instance Attribute Summary collapse

Instance Attribute Details

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



6
7
8
# File 'lib/puli.rb', line 6

def index
  @index
end

#payloadObject

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



6
7
8
# File 'lib/puli.rb', line 6

def payload
  @payload
end