Class: ContextDev::Models::WebExtractStyleguideResponse::Styleguide::Components::Card
- 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
541
|
# File 'sig/context_dev/models/web_extract_styleguide_response.rbs', line 541
def initialize: (
|
Instance Attribute Details
#background_color ⇒ String
637
|
# File 'lib/context_dev/models/web_extract_styleguide_response.rb', line 637
required :background_color, String, api_name: :backgroundColor
|
#border_color ⇒ String
Border color as CSS hex (#RRGGBB or #RRGGBBAA when computed border-color has
alpha)
644
|
# File 'lib/context_dev/models/web_extract_styleguide_response.rb', line 644
required :border_color, String, api_name: :borderColor
|
#border_radius ⇒ String
649
|
# File 'lib/context_dev/models/web_extract_styleguide_response.rb', line 649
required :border_radius, String, api_name: :borderRadius
|
#border_style ⇒ String
654
|
# File 'lib/context_dev/models/web_extract_styleguide_response.rb', line 654
required :border_style, String, api_name: :borderStyle
|
#border_width ⇒ String
659
|
# File 'lib/context_dev/models/web_extract_styleguide_response.rb', line 659
required :border_width, String, api_name: :borderWidth
|
#box_shadow ⇒ String
664
|
# File 'lib/context_dev/models/web_extract_styleguide_response.rb', line 664
required :box_shadow, String, api_name: :boxShadow
|
#css ⇒ String
Ready-to-use CSS declaration block for this component style
670
|
# File 'lib/context_dev/models/web_extract_styleguide_response.rb', line 670
required :css, String
|
#padding ⇒ String
675
|
# File 'lib/context_dev/models/web_extract_styleguide_response.rb', line 675
required :padding, String
|
#text_color ⇒ String
680
|
# File 'lib/context_dev/models/web_extract_styleguide_response.rb', line 680
required :text_color, String, api_name: :textColor
|
Instance Method Details
#to_hash ⇒ {
553
|
# File 'sig/context_dev/models/web_extract_styleguide_response.rbs', line 553
def to_hash: -> {
|