Class: Yass::Declarations::Image::ExtentCircle

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



4535
4536
4537
# File 'lib/yass/declarations.rb', line 4535

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

#kindObject



4539
4540
4541
# File 'lib/yass/declarations.rb', line 4539

def kind
  :extent_circle
end