Class: Menuella::FoodSafety::IconNode
- Inherits:
-
Data
- Object
- Data
- Menuella::FoodSafety::IconNode
- 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
-
#attributes ⇒ Object
readonly
Returns the value of attribute attributes.
-
#tag ⇒ Object
readonly
Returns the value of attribute tag.
Instance Attribute Details
#attributes ⇒ Object (readonly)
Returns the value of attribute attributes
80 81 82 |
# File 'lib/menuella/food_safety.rb', line 80 def attributes @attributes end |
#tag ⇒ Object (readonly)
Returns the value of attribute tag
80 81 82 |
# File 'lib/menuella/food_safety.rb', line 80 def tag @tag end |