Class: GuideEmUp::Theme::ThemeEntry
- Inherits:
-
Struct
- Object
- Struct
- GuideEmUp::Theme::ThemeEntry
- Defined in:
- lib/guide-em-up/theme.rb
Instance Attribute Summary collapse
-
#current ⇒ Object
Returns the value of attribute current.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#current ⇒ Object
Returns the value of attribute current
3 4 5 |
# File 'lib/guide-em-up/theme.rb', line 3 def current @current end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/guide-em-up/theme.rb', line 3 def name @name end |