Class: GuideEmUp::Theme::ThemeEntry

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

Instance Attribute Summary collapse

Instance Attribute Details

#currentObject

Returns the value of attribute current

Returns:

  • (Object)

    the current value of current



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

def current
  @current
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end