Class: PixivApi::Response::UploadStatus

Inherits:
PixivApi::Response show all
Defined in:
lib/pixiv_api/response/upload_status.rb

Instance Attribute Summary collapse

Attributes inherited from PixivApi::Response

#attributes, #response

Method Summary

Methods inherited from PixivApi::Response

#[], attr_reader, define_attribute_method, define_attributes_method, define_blob_method, define_time_method, from_response, #initialize

Constructor Details

This class inherits a constructor from PixivApi::Response

Instance Attribute Details

#age_limitObject (readonly)

Returns the value of attribute age_limit.



4
5
6
# File 'lib/pixiv_api/response/upload_status.rb', line 4

def age_limit
  @age_limit
end

#idObject (readonly)

Returns the value of attribute id.



4
5
6
# File 'lib/pixiv_api/response/upload_status.rb', line 4

def id
  @id
end

#publicityObject (readonly)

Returns the value of attribute publicity.



4
5
6
# File 'lib/pixiv_api/response/upload_status.rb', line 4

def publicity
  @publicity
end

#statusObject (readonly)

Returns the value of attribute status.



4
5
6
# File 'lib/pixiv_api/response/upload_status.rb', line 4

def status
  @status
end

#titleObject (readonly)

Returns the value of attribute title.



4
5
6
# File 'lib/pixiv_api/response/upload_status.rb', line 4

def title
  @title
end