Class: Yass::Declarations::Image::ExtentEllipse

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

Constant Summary collapse

RUBY_METHODS =
%i(extent kind).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



4633
4634
4635
# File 'lib/yass/declarations.rb', line 4633

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

#kindObject



4637
4638
4639
# File 'lib/yass/declarations.rb', line 4637

def kind
  :extent_ellipse
end