class PixivApi::Response::Promotion

Attributes

ads[R]
px_user_external_site_ads_id[R]
site_id[R]
user_id[R]

Public Class Methods

from_response(response, attributes) click to toggle source
# File lib/pixiv_api/response/promotion.rb, line 4
def self.from_response(response, attributes)
  new(response, attributes)
end