Class: Vangrail::Client::Request

Inherits:
Struct
  • Object
show all
Defined in:
lib/vangrail/client.rb

Overview

One guarded completion's arguments, so the wire methods take one value.

Instance Attribute Summary collapse

Instance Attribute Details

#config_idObject

Returns the value of attribute config_id

Returns:

  • (Object)

    the current value of config_id



29
30
31
# File 'lib/vangrail/client.rb', line 29

def config_id
  @config_id
end

#config_idsObject

Returns the value of attribute config_ids

Returns:

  • (Object)

    the current value of config_ids



29
30
31
# File 'lib/vangrail/client.rb', line 29

def config_ids
  @config_ids
end

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



29
30
31
# File 'lib/vangrail/client.rb', line 29

def context
  @context
end

#extraObject

Returns the value of attribute extra

Returns:

  • (Object)

    the current value of extra



29
30
31
# File 'lib/vangrail/client.rb', line 29

def extra
  @extra
end

#messagesObject

Returns the value of attribute messages

Returns:

  • (Object)

    the current value of messages



29
30
31
# File 'lib/vangrail/client.rb', line 29

def messages
  @messages
end

#modelObject

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



29
30
31
# File 'lib/vangrail/client.rb', line 29

def model
  @model
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



29
30
31
# File 'lib/vangrail/client.rb', line 29

def options
  @options
end

#thread_idObject

Returns the value of attribute thread_id

Returns:

  • (Object)

    the current value of thread_id



29
30
31
# File 'lib/vangrail/client.rb', line 29

def thread_id
  @thread_id
end