Class: Telnyx::Models::InfringementClaim::ContestHistory

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/telnyx/models/infringement_claim.rb,
sig/telnyx/models/infringement_claim.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

#initializeObject



164
# File 'sig/telnyx/models/infringement_claim.rbs', line 164

def initialize: (

Instance Attribute Details

#document_countInteger? (readonly)

Returns the value of attribute document_count.

Returns:

  • (Integer, nil)


156
157
158
# File 'sig/telnyx/models/infringement_claim.rbs', line 156

def document_count
  @document_count
end

#notesString?

Parameters:

  • (String)

Returns:

  • (String, nil)


160
# File 'lib/telnyx/models/infringement_claim.rb', line 160

optional :notes, String

#submitted_atTime? (readonly)

Returns the value of attribute submitted_at.

Returns:

  • (Time, nil)


160
161
162
# File 'sig/telnyx/models/infringement_claim.rbs', line 160

def 
  @submitted_at
end

Instance Method Details

#document_count=Integer (readonly)

Parameters:

  • (Integer)

Returns:

  • (Integer)


158
# File 'sig/telnyx/models/infringement_claim.rbs', line 158

def document_count=: (Integer) -> Integer

#submitted_at=Time (readonly)

Parameters:

  • (Time)

Returns:

  • (Time)


162
# File 'sig/telnyx/models/infringement_claim.rbs', line 162

def submitted_at=: (Time) -> Time

#to_hash{

Returns:

  • ({)


170
# File 'sig/telnyx/models/infringement_claim.rbs', line 170

def to_hash: -> {