Class: Yass::Declarations::BorderBlockEndStyle

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

Constant Summary collapse

RUBY_METHODS =
%i(kind value).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



786
787
788
# File 'lib/yass/declarations.rb', line 786

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

#kindObject



790
791
792
# File 'lib/yass/declarations.rb', line 790

def kind
  :border_block_end_style
end