class PutIO::AccountInfo

Included Modules

Defined in:

put-io-accountinfo.cr

Constant Summary

DEFAULT_TERMINAL_WIDTH = 132

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(obj : JSON::Any) #

[View source]

Instance Method Detail

def account_active : Bool | Nil #

[View source]
def account_active=(account_active : Bool | Nil) #

[View source]
def avatar_url : String #

[View source]
def avatar_url=(avatar_url : String) #

[View source]
def can_create_sub_account : Bool #

[View source]
def can_create_sub_account=(can_create_sub_account : Bool) #

[View source]
def days_until_files_deletion : Int32 #

[View source]
def days_until_files_deletion=(days_until_files_deletion : Int32) #

[View source]
def disk : DiskInfo #

[View source]
def disk=(disk : DiskInfo) #

[View source]
def family_owner : String #

[View source]
def family_owner=(family_owner : String) #

[View source]
def files_will_be_deleted_at : Time | Nil #

[View source]
def files_will_be_deleted_at=(files_will_be_deleted_at : Time | Nil) #

[View source]
def has_voucher : Bool #

[View source]
def has_voucher=(has_voucher : Bool) #

[View source]
def is_eligible_for_friend_invitation : Bool #

[View source]
def is_eligible_for_friend_invitation=(is_eligible_for_friend_invitation : Bool) #

[View source]
def is_invited_friend : Bool #

[View source]
def is_invited_friend=(is_invited_friend : Bool) #

[View source]
def is_sub_account : Bool #

[View source]
def is_sub_account=(is_sub_account : Bool) #

[View source]
def mail : String #

[View source]
def mail=(mail : String) #

[View source]
def oauth_token_id : Int32 #

[View source]
def oauth_token_id=(oauth_token_id : Int32) #

[View source]
def plan_expiration_date : Time | Nil #

[View source]
def plan_expiration_date=(plan_expiration_date : Time | Nil) #

[View source]
def private_download_host_ip : String | Nil #

[View source]
def private_download_host_ip=(private_download_host_ip : String | Nil) #

[View source]
def settings : Settings #

[View source]
def settings=(settings : Settings) #

[View source]
def simultaneous_download_limit : Int32 #

[View source]
def simultaneous_download_limit=(simultaneous_download_limit : Int32) #

[View source]
def subtitle_languages : Array(String) #

[View source]
def subtitle_languages=(subtitle_languages : Array(String)) #

[View source]
def to_ansi(io : IO, *, indent : Int32 = 0) #

[View source]
def to_ansi(*, indent : Int32 = 0) #

[View source]
def to_s(io : IO = STDOUT, *, indent : String | Int32 = 0) #

[View source]
def user_id : Int64 #

[View source]
def user_id=(user_id : Int64) #

[View source]
def username : String #

[View source]
def username=(username : String) #

[View source]