Class: Telnyx::Models::TimeRange

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

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(from:, to:) ⇒ TimeRange

Returns a new instance of TimeRange.

Parameters:

  • from (Time, nil)
  • to (Time, nil)
  • from: (Time, nil)
  • to: (Time, nil)


# File 'lib/telnyx/models/time_range.rb', line 16

Instance Attribute Details

#fromTime?

Parameters:

  • value (Time, nil)

Returns:

  • (Time, nil)


9
# File 'lib/telnyx/models/time_range.rb', line 9

required :from, Time, nil?: true

#toTime?

Parameters:

  • value (Time, nil)

Returns:

  • (Time, nil)


14
# File 'lib/telnyx/models/time_range.rb', line 14

required :to, Time, nil?: true

Instance Method Details

#to_hash{ from: Time?, to: Time? }

Returns:

  • ({ from: Time?, to: Time? })


12
# File 'sig/telnyx/models/time_range.rbs', line 12

def to_hash: -> { from: Time?, to: Time? }