Class: Telnyx::Models::InfringementClaim::ContestHistory
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::InfringementClaim::ContestHistory
- Defined in:
- lib/telnyx/models/infringement_claim.rb,
sig/telnyx/models/infringement_claim.rbs
Instance Attribute Summary collapse
-
#document_count ⇒ Integer?
readonly
Returns the value of attribute document_count.
- #notes ⇒ String?
-
#submitted_at ⇒ Time?
readonly
Returns the value of attribute submitted_at.
Instance Method Summary collapse
- #document_count ⇒ Integer readonly
- #initialize ⇒ Object constructor
- #submitted_at ⇒ Time readonly
- #to_hash ⇒ {
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 ⇒ Object
164 |
# File 'sig/telnyx/models/infringement_claim.rbs', line 164
def initialize: (
|
Instance Attribute Details
#document_count ⇒ Integer? (readonly)
Returns the value of attribute document_count.
156 157 158 |
# File 'sig/telnyx/models/infringement_claim.rbs', line 156 def document_count @document_count end |
#notes ⇒ String?
160 |
# File 'lib/telnyx/models/infringement_claim.rb', line 160 optional :notes, String |
#submitted_at ⇒ Time? (readonly)
Returns the value of attribute submitted_at.
160 161 162 |
# File 'sig/telnyx/models/infringement_claim.rbs', line 160 def submitted_at @submitted_at end |
Instance Method Details
#document_count= ⇒ Integer (readonly)
158 |
# File 'sig/telnyx/models/infringement_claim.rbs', line 158
def document_count=: (Integer) -> Integer
|
#submitted_at= ⇒ Time (readonly)
162 |
# File 'sig/telnyx/models/infringement_claim.rbs', line 162
def submitted_at=: (Time) -> Time
|
#to_hash ⇒ {
170 |
# File 'sig/telnyx/models/infringement_claim.rbs', line 170
def to_hash: -> {
|