Class: XTwitterScraper::Models::Support::TicketReplyResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- XTwitterScraper::Models::Support::TicketReplyResponse
- Defined in:
- lib/x_twitter_scraper/models/support/ticket_reply_response.rb,
sig/x_twitter_scraper/models/support/ticket_reply_response.rbs
Overview
Defined Under Namespace
Classes: Attachment
Instance Attribute Summary collapse
- #attachments ⇒ Array<XTwitterScraper::Models::Support::TicketReplyResponse::Attachment>
- #public_id ⇒ String
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #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
19 |
# File 'sig/x_twitter_scraper/models/support/ticket_reply_response.rbs', line 19
def initialize: (
|
Instance Attribute Details
#attachments ⇒ Array<XTwitterScraper::Models::Support::TicketReplyResponse::Attachment>
15 16 |
# File 'lib/x_twitter_scraper/models/support/ticket_reply_response.rb', line 15 required :attachments, -> { XTwitterScraper::Internal::Type::ArrayOf[XTwitterScraper::Models::Support::TicketReplyResponse::Attachment] } |
#public_id ⇒ String
21 |
# File 'lib/x_twitter_scraper/models/support/ticket_reply_response.rb', line 21 required :public_id, String, api_name: :publicId |
Instance Method Details
#to_hash ⇒ {
24 |
# File 'sig/x_twitter_scraper/models/support/ticket_reply_response.rbs', line 24
def to_hash: -> {
|