Class: Blender::Task::Serf::SerfQuery

Inherits:
Struct
  • Object
show all
Defined in:
lib/blender/tasks/serf.rb

Instance Attribute Summary collapse

Instance Attribute Details

#noackObject

Returns the value of attribute noack

Returns:

  • (Object)

    the current value of noack



22
23
24
# File 'lib/blender/tasks/serf.rb', line 22

def noack
  @noack
end

#payloadObject

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



22
23
24
# File 'lib/blender/tasks/serf.rb', line 22

def payload
  @payload
end

#processObject

Returns the value of attribute process

Returns:

  • (Object)

    the current value of process



22
23
24
# File 'lib/blender/tasks/serf.rb', line 22

def process
  @process
end

#queryObject

Returns the value of attribute query

Returns:

  • (Object)

    the current value of query



22
23
24
# File 'lib/blender/tasks/serf.rb', line 22

def query
  @query
end

#timeoutObject

Returns the value of attribute timeout

Returns:

  • (Object)

    the current value of timeout



22
23
24
# File 'lib/blender/tasks/serf.rb', line 22

def timeout
  @timeout
end