Class: Yass::Declarations::Content::Item::Image

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

Constant Summary collapse

RUBY_METHODS =
%i(image kind).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



3224
3225
3226
# File 'lib/yass/declarations.rb', line 3224

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

#kindObject



3228
3229
3230
# File 'lib/yass/declarations.rb', line 3228

def kind
  :image
end