class

PutIO::AccountInfo

Inherits JSON::Serializable < Reference < Object

Constants

DEFAULT_TERMINAL_WIDTH = 132

Constructors

new(pull : JSON::PullParser)
Source
new(obj : JSON::Any)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

account_active
Source
account_active=(account_active : Bool | Nil)
Source
avatar_url
Source
avatar_url=(avatar_url : String)
Source
can_create_sub_account
Source
can_create_sub_account=(can_create_sub_account : Bool)
Source
days_until_files_deletion
Source
days_until_files_deletion=(days_until_files_deletion : Int32)
Source
disk
Source
disk=(disk : DiskInfo)
Source
family_owner
Source
family_owner=(family_owner : String)
Source
files_will_be_deleted_at
Source
files_will_be_deleted_at=(files_will_be_deleted_at : Time | Nil)
Source
has_voucher
Source
has_voucher=(has_voucher : Bool)
Source
is_eligible_for_friend_invitation
Source
is_eligible_for_friend_invitation=(is_eligible_for_friend_invitation : Bool)
Source
is_invited_friend
Source
is_invited_friend=(is_invited_friend : Bool)
Source
is_sub_account
Source
is_sub_account=(is_sub_account : Bool)
Source
mail
Source
mail=(mail : String)
Source
oauth_token_id
Source
oauth_token_id=(oauth_token_id : Int32)
Source
plan_expiration_date
Source
plan_expiration_date=(plan_expiration_date : Time | Nil)
Source
private_download_host_ip
Source
private_download_host_ip=(private_download_host_ip : String | Nil)
Source
settings
Source
settings=(settings : Settings)
Source
simultaneous_download_limit
Source
simultaneous_download_limit=(simultaneous_download_limit : Int32)
Source
subtitle_languages
Source
subtitle_languages=(subtitle_languages : Array(String))
Source
to_ansi(io : IO, *, indent : Int32 = 0)
Source
to_ansi(*, indent : Int32 = 0)
Source
to_s(io : IO = STDOUT, *, indent : String | Int32 = 0)
Source
user_id
Source
user_id=(user_id : Int64)
Source
username
Source
username=(username : String)
Source

Nested types