Class: Yass::MediaType::All

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

Constant Summary collapse

RUBY_METHODS =
%i(kind).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



224
225
226
# File 'lib/yass/rules.rb', line 224

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

#kindObject



228
229
230
# File 'lib/yass/rules.rb', line 228

def kind
  :all
end