Class: Yass::Declarations::Content::Item::Counter

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

Constant Summary collapse

RUBY_METHODS =
%i(kind style).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



3182
3183
3184
# File 'lib/yass/declarations.rb', line 3182

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

#kindObject



3186
3187
3188
# File 'lib/yass/declarations.rb', line 3186

def kind
  :counter
end