Class: Blender::Task::Serf::SerfQuery
- Inherits:
-
Struct
- Object
- Struct
- Blender::Task::Serf::SerfQuery
- Defined in:
- lib/blender/tasks/serf.rb
Instance Attribute Summary collapse
-
#noack ⇒ Object
Returns the value of attribute noack.
-
#payload ⇒ Object
Returns the value of attribute payload.
-
#process ⇒ Object
Returns the value of attribute process.
-
#query ⇒ Object
Returns the value of attribute query.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
Instance Attribute Details
#noack ⇒ Object
Returns the value of attribute noack
23 24 25 |
# File 'lib/blender/tasks/serf.rb', line 23 def noack @noack end |
#payload ⇒ Object
Returns the value of attribute payload
23 24 25 |
# File 'lib/blender/tasks/serf.rb', line 23 def payload @payload end |
#process ⇒ Object
Returns the value of attribute process
23 24 25 |
# File 'lib/blender/tasks/serf.rb', line 23 def process @process end |
#query ⇒ Object
Returns the value of attribute query
23 24 25 |
# File 'lib/blender/tasks/serf.rb', line 23 def query @query end |
#timeout ⇒ Object
Returns the value of attribute timeout
23 24 25 |
# File 'lib/blender/tasks/serf.rb', line 23 def timeout @timeout end |