Class: Menuella::FoodSafety::IconNode

Inherits:
Data
  • Object
show all
Defined in:
lib/menuella/food_safety.rb

Overview

A single shape in a glyph. attributes uses SVG spelling (fill-rule, not fillRule) and is sorted by name, so rendered markup is byte-stable.

Instance Attribute Summary collapse

Instance Attribute Details

#attributesObject (readonly)

Returns the value of attribute attributes

Returns:

  • (Object)

    the current value of attributes



80
81
82
# File 'lib/menuella/food_safety.rb', line 80

def attributes
  @attributes
end

#tagObject (readonly)

Returns the value of attribute tag

Returns:

  • (Object)

    the current value of tag



80
81
82
# File 'lib/menuella/food_safety.rb', line 80

def tag
  @tag
end