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



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

def noack
  @noack
end

#payloadObject

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



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

def payload
  @payload
end

#processObject

Returns the value of attribute process

Returns:

  • (Object)

    the current value of process



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

def process
  @process
end

#queryObject

Returns the value of attribute query

Returns:

  • (Object)

    the current value of query



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

def query
  @query
end

#timeoutObject

Returns the value of attribute timeout

Returns:

  • (Object)

    the current value of timeout



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

def timeout
  @timeout
end