Class: MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::AddCredit::Product

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb,
sig/metronome_sdk/models/v2/contract_get_edit_history_response.rbs

Overview

See Also:

  • MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::AddCredit#product

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#initializeProduct

Returns a new instance of Product.

Parameters:

  • id: (String)
  • name: (String)


677
# File 'sig/metronome_sdk/models/v2/contract_get_edit_history_response.rbs', line 677

def initialize: (id: String, name: String) -> void

Instance Attribute Details

#idString

Parameters:

  • value (String)

Returns:

  • (String)


654
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 654

required :id, String

#nameString

Parameters:

  • value (String)

Returns:

  • (String)


659
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 659

required :name, String

Instance Method Details

#to_hash{ id: String, name: String }

Returns:

  • ({ id: String, name: String })


679
# File 'sig/metronome_sdk/models/v2/contract_get_edit_history_response.rbs', line 679

def to_hash: -> { id: String, name: String }