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
580
|
# File 'sig/context_dev/models/web_extract_styleguide_response.rbs', line 580
def initialize: (
|
Instance Attribute Details
#background_color ⇒ String
691
|
# File 'lib/context_dev/models/web_extract_styleguide_response.rb', line 691
required :background_color, String, api_name: :backgroundColor
|
#border_color ⇒ String
Border color as CSS hex (#RRGGBB or #RRGGBBAA when computed border-color has
alpha)
698
|
# File 'lib/context_dev/models/web_extract_styleguide_response.rb', line 698
required :border_color, String, api_name: :borderColor
|
#border_radius ⇒ String
703
|
# File 'lib/context_dev/models/web_extract_styleguide_response.rb', line 703
required :border_radius, String, api_name: :borderRadius
|
#border_style ⇒ String
708
|
# File 'lib/context_dev/models/web_extract_styleguide_response.rb', line 708
required :border_style, String, api_name: :borderStyle
|
#border_width ⇒ String
713
|
# File 'lib/context_dev/models/web_extract_styleguide_response.rb', line 713
required :border_width, String, api_name: :borderWidth
|
#box_shadow ⇒ String
718
|
# File 'lib/context_dev/models/web_extract_styleguide_response.rb', line 718
required :box_shadow, String, api_name: :boxShadow
|
#css ⇒ String
Ready-to-use CSS declaration block for this component style
724
|
# File 'lib/context_dev/models/web_extract_styleguide_response.rb', line 724
required :css, String
|
#padding ⇒ String
729
|
# File 'lib/context_dev/models/web_extract_styleguide_response.rb', line 729
required :padding, String
|
#text_color ⇒ String
734
|
# File 'lib/context_dev/models/web_extract_styleguide_response.rb', line 734
required :text_color, String, api_name: :textColor
|
Instance Method Details
#to_hash ⇒ {
592
|
# File 'sig/context_dev/models/web_extract_styleguide_response.rbs', line 592
def to_hash: -> {
|