Class: WavixApi::HTTPMethods::Response

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

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



21
22
23
# File 'lib/wavix_api.rb', line 21

def body
  @body
end

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



21
22
23
# File 'lib/wavix_api.rb', line 21

def filename
  @filename
end

#parsed_bodyObject

Returns the value of attribute parsed_body

Returns:

  • (Object)

    the current value of parsed_body



21
22
23
# File 'lib/wavix_api.rb', line 21

def parsed_body
  @parsed_body
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



21
22
23
# File 'lib/wavix_api.rb', line 21

def status
  @status
end

#status_strObject

Returns the value of attribute status_str

Returns:

  • (Object)

    the current value of status_str



21
22
23
# File 'lib/wavix_api.rb', line 21

def status_str
  @status_str
end