class
DeepL::UsagePro
- DeepL::UsagePro
- DeepL::Usage
- Reference
- Object
Defined in:
deepl/usage.crConstructors
- .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)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #api_key_character_count : Int64
- #api_key_character_count=(api_key_character_count : Int64)
- #api_key_character_limit : Int64
- #api_key_character_limit=(api_key_character_limit : Int64)
- #end_time : Time
- #end_time=(end_time : Time)
- #products : Array(Product)
- #products=(products : Array(Product))
- #start_time : Time
- #start_time=(start_time : Time)
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)
#