Class: ContextDev::Models::WebExtractStyleguideResponse::Styleguide::Shadows
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/context_dev/models/web_extract_styleguide_response.rb,
sig/context_dev/models/web_extract_styleguide_response.rbs
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
670
|
# File 'sig/context_dev/models/web_extract_styleguide_response.rbs', line 670
def initialize: (
|
Instance Attribute Details
#inner ⇒ String
817
|
# File 'lib/context_dev/models/web_extract_styleguide_response.rb', line 817
required :inner, String
|
#lg ⇒ String
822
|
# File 'lib/context_dev/models/web_extract_styleguide_response.rb', line 822
required :lg, String
|
#md ⇒ String
827
|
# File 'lib/context_dev/models/web_extract_styleguide_response.rb', line 827
required :md, String
|
#sm ⇒ String
832
|
# File 'lib/context_dev/models/web_extract_styleguide_response.rb', line 832
required :sm, String
|
#xl ⇒ String
837
|
# File 'lib/context_dev/models/web_extract_styleguide_response.rb', line 837
required :xl, String
|
Instance Method Details
#to_hash ⇒ {
678
|
# File 'sig/context_dev/models/web_extract_styleguide_response.rbs', line 678
def to_hash: -> {
|