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



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

def noack
  @noack
end

#payloadObject

Returns the value of attribute payload



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

def payload
  @payload
end

#processObject

Returns the value of attribute process



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

def process
  @process
end

#queryObject

Returns the value of attribute query



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

def query
  @query
end

#timeoutObject

Returns the value of attribute timeout



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

def timeout
  @timeout
end