class DeepL::UsagePro

Defined in:

deepl/usage.cr

Constructors

Instance Method Summary

Instance methods inherited from class DeepL::Usage

character_count : Int64 character_count, character_count=(character_count : Int64) character_count=, character_limit : Int64 character_limit, character_limit=(character_limit : Int64) character_limit=

Constructor methods inherited from class DeepL::Usage

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(products : Array(DeepL::UsagePro::Product), api_key_character_count : Int64, api_key_character_limit : Int64, start_time : Time, end_time : Time, character_count, character_limit) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def api_key_character_count : Int64 #

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

[View source]
def api_key_character_limit : Int64 #

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

[View source]
def end_time : Time #

[View source]
def end_time=(end_time : Time) #

[View source]
def products : Array(Product) #

[View source]
def products=(products : Array(Product)) #

[View source]
def start_time : Time #

[View source]
def start_time=(start_time : Time) #

[View source]