Class: Octoparts::Model::PartResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/octoparts/model/part_response.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cache_controlObject

Returns the value of attribute cache_control.



4
5
6
# File 'lib/octoparts/model/part_response.rb', line 4

def cache_control
  @cache_control
end

#charsetObject

Returns the value of attribute charset.



4
5
6
# File 'lib/octoparts/model/part_response.rb', line 4

def charset
  @charset
end

#contentsObject

Returns the value of attribute contents.



4
5
6
# File 'lib/octoparts/model/part_response.rb', line 4

def contents
  @contents
end

#cookiesObject

Returns the value of attribute cookies.



4
5
6
# File 'lib/octoparts/model/part_response.rb', line 4

def cookies
  @cookies
end

#errorsObject

Returns the value of attribute errors.



4
5
6
# File 'lib/octoparts/model/part_response.rb', line 4

def errors
  @errors
end

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/octoparts/model/part_response.rb', line 4

def id
  @id
end

#mime_typeObject

Returns the value of attribute mime_type.



4
5
6
# File 'lib/octoparts/model/part_response.rb', line 4

def mime_type
  @mime_type
end

#part_idObject

Returns the value of attribute part_id.



4
5
6
# File 'lib/octoparts/model/part_response.rb', line 4

def part_id
  @part_id
end

#retrieved_from_cacheObject

Returns the value of attribute retrieved_from_cache.



4
5
6
# File 'lib/octoparts/model/part_response.rb', line 4

def retrieved_from_cache
  @retrieved_from_cache
end

#status_codeObject

Returns the value of attribute status_code.



4
5
6
# File 'lib/octoparts/model/part_response.rb', line 4

def status_code
  @status_code
end

#warningsObject

Returns the value of attribute warnings.



4
5
6
# File 'lib/octoparts/model/part_response.rb', line 4

def warnings
  @warnings
end