class PixivApi::Response::Identity

Attributes

id[R]

Public Class Methods

new(*) click to toggle source
Calls superclass method PixivApi::Response::new
# File lib/pixiv_api/response/identity.rb, line 6
def initialize(*)
  super
  @attributes.fetch(:id)
end