class
DeepL::UsagePro::Product
- DeepL::UsagePro::Product
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
deepl/usage.crConstructors
- .new(product_type : String, api_key_character_count : Int64, character_count : Int64)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #api_key_character_count : Int64
- #api_key_character_count=(api_key_character_count : Int64)
- #character_count : Int64
- #character_count=(character_count : Int64)
- #product_type : String
- #product_type=(product_type : String)
Constructor Detail
def self.new(product_type : String, api_key_character_count : Int64, character_count : Int64)
#