Class: Practical::Views::IconSet::SpritesheetIconDefinition

Inherits:
Data
  • Object
show all
Defined in:
app/lib/practical/views/icon_set.rb

Instance Attribute Summary collapse

Instance Attribute Details

#icon_nameObject (readonly)

Returns the value of attribute icon_name

Returns:

  • (Object)

    the current value of icon_name



5
6
7
# File 'app/lib/practical/views/icon_set.rb', line 5

def icon_name
  @icon_name
end

#libraryObject (readonly)

Returns the value of attribute library

Returns:

  • (Object)

    the current value of library



5
6
7
# File 'app/lib/practical/views/icon_set.rb', line 5

def library
  @library
end

#method_nameObject (readonly)

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



5
6
7
# File 'app/lib/practical/views/icon_set.rb', line 5

def method_name
  @method_name
end