Class: Practical::Views::IconSet::SpritesheetIconDefinition
- Inherits:
-
Data
- Object
- Data
- Practical::Views::IconSet::SpritesheetIconDefinition
- Defined in:
- app/lib/practical/views/icon_set.rb
Instance Attribute Summary collapse
-
#icon_name ⇒ Object
readonly
Returns the value of attribute icon_name.
-
#library ⇒ Object
readonly
Returns the value of attribute library.
-
#method_name ⇒ Object
readonly
Returns the value of attribute method_name.
Instance Attribute Details
#icon_name ⇒ Object (readonly)
Returns the value of attribute icon_name
5 6 7 |
# File 'app/lib/practical/views/icon_set.rb', line 5 def icon_name @icon_name end |
#library ⇒ Object (readonly)
Returns the value of attribute library
5 6 7 |
# File 'app/lib/practical/views/icon_set.rb', line 5 def library @library end |
#method_name ⇒ Object (readonly)
Returns the value of attribute method_name
5 6 7 |
# File 'app/lib/practical/views/icon_set.rb', line 5 def method_name @method_name end |