Class: Yass::Declarations::TextShadow::Shadow

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



6925
6926
6927
# File 'lib/yass/declarations.rb', line 6925

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

#kindObject



6929
6930
6931
# File 'lib/yass/declarations.rb', line 6929

def kind
  :shadow
end