Class: WANG::Response

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

Instance Attribute Summary collapse

Instance Attribute Details

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



28
29
30
# File 'lib/wang.rb', line 28

def headers
  @headers
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



28
29
30
# File 'lib/wang.rb', line 28

def method
  @method
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



28
29
30
# File 'lib/wang.rb', line 28

def status
  @status
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



28
29
30
# File 'lib/wang.rb', line 28

def uri
  @uri
end