PutIO::AccountInfo
Inherits JSON::Serializable < Reference < Object
Constants
DEFAULT_TERMINAL_WIDTH = 132
Constructors
new(pull : JSON::PullParser)
Sourcenew(obj : JSON::Any)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
account_active
Sourceaccount_active=(account_active : Bool | Nil)
Sourceavatar_url
Sourceavatar_url=(avatar_url : String)
Sourcecan_create_sub_account
Sourcecan_create_sub_account=(can_create_sub_account : Bool)
Sourcedays_until_files_deletion
Sourcedays_until_files_deletion=(days_until_files_deletion : Int32)
Sourcedisk
Sourcedisk=(disk : DiskInfo)
Sourcefamily_owner
Sourcefamily_owner=(family_owner : String)
Sourcefiles_will_be_deleted_at
Sourcefiles_will_be_deleted_at=(files_will_be_deleted_at : Time | Nil)
Sourcehas_voucher
Sourcehas_voucher=(has_voucher : Bool)
Sourceis_eligible_for_friend_invitation
Sourceis_eligible_for_friend_invitation=(is_eligible_for_friend_invitation : Bool)
Sourceis_invited_friend
Sourceis_invited_friend=(is_invited_friend : Bool)
Sourceis_sub_account
Sourceis_sub_account=(is_sub_account : Bool)
Sourcemail
Sourcemail=(mail : String)
Sourceoauth_token_id
Sourceoauth_token_id=(oauth_token_id : Int32)
Sourceplan_expiration_date
Sourceplan_expiration_date=(plan_expiration_date : Time | Nil)
Sourceprivate_download_host_ip
Sourceprivate_download_host_ip=(private_download_host_ip : String | Nil)
Sourcesettings
Sourcesettings=(settings : Settings)
Sourcesimultaneous_download_limit
Sourcesimultaneous_download_limit=(simultaneous_download_limit : Int32)
Sourcesubtitle_languages
Sourcesubtitle_languages=(subtitle_languages : Array(String))
Sourceto_ansi(io : IO, *, indent : Int32 = 0)
Sourceto_ansi(*, indent : Int32 = 0)
Sourceto_s(io : IO = STDOUT, *, indent : String | Int32 = 0)
Sourceuser_id
Sourceuser_id=(user_id : Int64)
Sourceusername
Sourceusername=(username : String)
Source