Class: Neutral::Icons::Set
- Inherits:
-
Object
- Object
- Neutral::Icons::Set
- Defined in:
- lib/neutral/icons/set.rb
Instance Attribute Summary collapse
-
#definitions ⇒ Object
readonly
Returns the value of attribute definitions.
Instance Method Summary collapse
-
#initialize(name, &block) ⇒ Set
constructor
A new instance of Set.
- #name ⇒ Object
Constructor Details
Instance Attribute Details
#definitions ⇒ Object (readonly)
Returns the value of attribute definitions.
4 5 6 |
# File 'lib/neutral/icons/set.rb', line 4 def definitions @definitions end |
Instance Method Details
#name ⇒ Object
11 12 13 |
# File 'lib/neutral/icons/set.rb', line 11 def name @name.to_sym end |