Class: ContextDev::Models::WebExtractStyleguideResponse::Styleguide::ElementSpacing
- 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
620
|
# File 'sig/context_dev/models/web_extract_styleguide_response.rbs', line 620
def initialize: (
|
Instance Attribute Details
#lg ⇒ String
768
|
# File 'lib/context_dev/models/web_extract_styleguide_response.rb', line 768
required :lg, String
|
#md ⇒ String
773
|
# File 'lib/context_dev/models/web_extract_styleguide_response.rb', line 773
required :md, String
|
#sm ⇒ String
778
|
# File 'lib/context_dev/models/web_extract_styleguide_response.rb', line 778
required :sm, String
|
#xl ⇒ String
783
|
# File 'lib/context_dev/models/web_extract_styleguide_response.rb', line 783
required :xl, String
|
#xs ⇒ String
788
|
# File 'lib/context_dev/models/web_extract_styleguide_response.rb', line 788
required :xs, String
|
Instance Method Details
#to_hash ⇒ {
628
|
# File 'sig/context_dev/models/web_extract_styleguide_response.rbs', line 628
def to_hash: -> {
|