Class: Yass::Declarations::ClipPath::InsetRect

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

Constant Summary collapse

RUBY_METHODS =
%i(bottom kind left right round top).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



2269
2270
2271
# File 'lib/yass/declarations.rb', line 2269

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

#kindObject



2273
2274
2275
# File 'lib/yass/declarations.rb', line 2273

def kind
  :inset_rect
end