Class: GuideEmUp::Index::FileEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/guide-em-up/index.rb

Instance Attribute Summary collapse

Instance Attribute Details

#iconObject

Returns the value of attribute icon

Returns:

  • (Object)

    the current value of icon



3
4
5
# File 'lib/guide-em-up/index.rb', line 3

def icon
  @icon
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/guide-em-up/index.rb', line 3

def name
  @name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



3
4
5
# File 'lib/guide-em-up/index.rb', line 3

def path
  @path
end