Class: Vangrail::Client::Request
- Inherits:
-
Struct
- Object
- Struct
- Vangrail::Client::Request
- Defined in:
- lib/vangrail/client.rb
Overview
One guarded completion's arguments, so the wire methods take one value.
Instance Attribute Summary collapse
-
#config_id ⇒ Object
Returns the value of attribute config_id.
-
#config_ids ⇒ Object
Returns the value of attribute config_ids.
-
#context ⇒ Object
Returns the value of attribute context.
-
#extra ⇒ Object
Returns the value of attribute extra.
-
#messages ⇒ Object
Returns the value of attribute messages.
-
#model ⇒ Object
Returns the value of attribute model.
-
#options ⇒ Object
Returns the value of attribute options.
-
#thread_id ⇒ Object
Returns the value of attribute thread_id.
Instance Attribute Details
#config_id ⇒ Object
Returns the value of attribute config_id
29 30 31 |
# File 'lib/vangrail/client.rb', line 29 def config_id @config_id end |
#config_ids ⇒ Object
Returns the value of attribute config_ids
29 30 31 |
# File 'lib/vangrail/client.rb', line 29 def config_ids @config_ids end |
#context ⇒ Object
Returns the value of attribute context
29 30 31 |
# File 'lib/vangrail/client.rb', line 29 def context @context end |
#extra ⇒ Object
Returns the value of attribute extra
29 30 31 |
# File 'lib/vangrail/client.rb', line 29 def extra @extra end |
#messages ⇒ Object
Returns the value of attribute messages
29 30 31 |
# File 'lib/vangrail/client.rb', line 29 def @messages end |
#model ⇒ Object
Returns the value of attribute model
29 30 31 |
# File 'lib/vangrail/client.rb', line 29 def model @model end |
#options ⇒ Object
Returns the value of attribute options
29 30 31 |
# File 'lib/vangrail/client.rb', line 29 def @options end |
#thread_id ⇒ Object
Returns the value of attribute thread_id
29 30 31 |
# File 'lib/vangrail/client.rb', line 29 def thread_id @thread_id end |