Class: Yass::Declarations::Margin::AnchorSizeFunction

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

Constant Summary collapse

RUBY_METHODS =
%i(fallback kind size target_element).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



5453
5454
5455
# File 'lib/yass/declarations.rb', line 5453

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

#kindObject



5457
5458
5459
# File 'lib/yass/declarations.rb', line 5457

def kind
  :anchor_size_function
end