Class: Yass::Declarations::Filter::DropShadow

Inherits:
Object
  • Object
show all
Includes:
Node
Defined in:
lib/yass/declarations.rb

Constant Summary collapse

RUBY_METHODS =
%i(blur color horizontal kind vertical).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



3507
3508
3509
# File 'lib/yass/declarations.rb', line 3507

def accept(visitor)
  visitor.visit_declaration_filter_drop_shadow(self)
end

#kindObject



3511
3512
3513
# File 'lib/yass/declarations.rb', line 3511

def kind
  :drop_shadow
end