Class: Orb::Models::Customer::ReportingConfiguration

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/orb/models/customer.rb,
sig/orb/models/customer.rbs

Overview

See Also:

  • Orb::Models::Customer#reporting_configuration

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

#initialize(exempt:) ⇒ ReportingConfiguration

Returns a new instance of ReportingConfiguration.

Parameters:

  • exempt (Boolean)
  • exempt: (Boolean)


# File 'lib/orb/models/customer.rb', line 641

Instance Attribute Details

#exemptBoolean

Parameters:

  • value (Boolean)

Returns:

  • (Boolean)


639
# File 'lib/orb/models/customer.rb', line 639

required :exempt, Orb::Internal::Type::Boolean

Instance Method Details

#to_hash{ exempt: bool }

Returns:

  • ({ exempt: bool })


373
# File 'sig/orb/models/customer.rbs', line 373

def to_hash: -> { exempt: bool }