Class: PixivApi::Response::SignupValidationResult

Inherits:
PixivApi::Response show all
Defined in:
lib/pixiv_api/response/signup_validation_result.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

#birthdayObject (readonly)

Returns the value of attribute birthday.



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

def birthday
  @birthday
end

#is_validObject (readonly)

Returns the value of attribute is_valid.



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

def is_valid
  @is_valid
end

#mail_addressObject (readonly)

Returns the value of attribute mail_address.



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

def mail_address
  @mail_address
end

#passwordObject (readonly)

Returns the value of attribute password.



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

def password
  @password
end

#password_againObject (readonly)

Returns the value of attribute password_again.



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

def password_again
  @password_again
end

#pixiv_idObject (readonly)

Returns the value of attribute pixiv_id.



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

def pixiv_id
  @pixiv_id
end

#sexObject (readonly)

Returns the value of attribute sex.



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

def sex
  @sex
end

#user_nameObject (readonly)

Returns the value of attribute user_name.



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

def user_name
  @user_name
end