Class: Iterm2mintty::Theme

Inherits:
Object
  • Object
show all
Defined in:
lib/iterm2mintty/theme.rb

Direct Known Subclasses

Iterm2Theme, MinttyTheme

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(components = Array.new) ⇒ Theme

Returns a new instance of Theme.



5
6
7
# File 'lib/iterm2mintty/theme.rb', line 5

def initialize(components = Array.new)
  @components = components
end

Instance Attribute Details

#componentsObject

Returns the value of attribute components.



3
4
5
# File 'lib/iterm2mintty/theme.rb', line 3

def components
  @components
end