Class: Pickpoint::Transport::RequestOpts

Inherits:
Struct
  • Object
show all
Defined in:
lib/pickpoint/transport.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



17
18
19
# File 'lib/pickpoint/transport.rb', line 17

def body
  @body
end

#emptyObject

Returns the value of attribute empty

Returns:

  • (Object)

    the current value of empty



17
18
19
# File 'lib/pickpoint/transport.rb', line 17

def empty
  @empty
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



17
18
19
# File 'lib/pickpoint/transport.rb', line 17

def method
  @method
end

#on_client_errorObject

Returns the value of attribute on_client_error

Returns:

  • (Object)

    the current value of on_client_error



17
18
19
# File 'lib/pickpoint/transport.rb', line 17

def on_client_error
  @on_client_error
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



17
18
19
# File 'lib/pickpoint/transport.rb', line 17

def path
  @path
end

#queryObject

Returns the value of attribute query

Returns:

  • (Object)

    the current value of query



17
18
19
# File 'lib/pickpoint/transport.rb', line 17

def query
  @query
end