Class: PixivApi::Response::SignupValidationResult
- Inherits:
-
PixivApi::Response
- Object
- PixivApi::Response
- PixivApi::Response::SignupValidationResult
- Defined in:
- lib/pixiv_api/response/signup_validation_result.rb
Instance Attribute Summary collapse
-
#birthday ⇒ Object
readonly
Returns the value of attribute birthday.
-
#is_valid ⇒ Object
readonly
Returns the value of attribute is_valid.
-
#mail_address ⇒ Object
readonly
Returns the value of attribute mail_address.
-
#password ⇒ Object
readonly
Returns the value of attribute password.
-
#password_again ⇒ Object
readonly
Returns the value of attribute password_again.
-
#pixiv_id ⇒ Object
readonly
Returns the value of attribute pixiv_id.
-
#sex ⇒ Object
readonly
Returns the value of attribute sex.
-
#user_name ⇒ Object
readonly
Returns the value of attribute user_name.
Attributes inherited from PixivApi::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
#birthday ⇒ Object (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_valid ⇒ Object (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_address ⇒ Object (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 |
#password ⇒ Object (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_again ⇒ Object (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_id ⇒ Object (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 |
#sex ⇒ Object (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_name ⇒ Object (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 |