Class: Yass::Declarations::BoxShadow::Shadow
- Inherits:
-
Object
- Object
- Yass::Declarations::BoxShadow::Shadow
- Includes:
- Node
- Defined in:
- lib/yass/declarations.rb
Constant Summary collapse
- RUBY_METHODS =
%i(blur color horizontal inset? kind spread vertical).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
1359 1360 1361 |
# File 'lib/yass/declarations.rb', line 1359 def accept(visitor) visitor.visit_declaration_box_shadow_shadow(self) end |
#kind ⇒ Object
1363 1364 1365 |
# File 'lib/yass/declarations.rb', line 1363 def kind :shadow end |