Class: Yass::Declarations::BoxShadow

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

Defined Under Namespace

Classes: Shadow

Constant Summary collapse

RUBY_METHODS =
%i(kind values).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



1346
1347
1348
# File 'lib/yass/declarations.rb', line 1346

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

#kindObject



1350
1351
1352
# File 'lib/yass/declarations.rb', line 1350

def kind
  :box_shadow
end