Class: MetronomeSDK::Models::Discount::Product
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MetronomeSDK::Models::Discount::Product
- Defined in:
- lib/metronome_sdk/models/discount.rb,
sig/metronome_sdk/models/discount.rbs
Overview
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(id:, name:) ⇒ Product
constructor
A new instance of Product.
- #to_hash ⇒ { id: String, name: String }
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(id:, name:) ⇒ Product
Returns a new instance of Product.
|
|
# File 'lib/metronome_sdk/models/discount.rb', line 63
|
Instance Attribute Details
#id ⇒ String
56 |
# File 'lib/metronome_sdk/models/discount.rb', line 56 required :id, String |
#name ⇒ String
61 |
# File 'lib/metronome_sdk/models/discount.rb', line 61 required :name, String |
Instance Method Details
#to_hash ⇒ { id: String, name: String }
59 |
# File 'sig/metronome_sdk/models/discount.rbs', line 59
def to_hash: -> { id: String, name: String }
|