Class: TerminalOptions

Inherits:
Struct
  • Object
show all
Defined in:
lib/profile.rb

Instance Attribute Summary collapse

Instance Attribute Details

#colorschemeObject

Returns the value of attribute colorscheme



45
46
47
# File 'lib/profile.rb', line 45

def colorscheme
  @colorscheme
end

#css_fileObject

Returns the value of attribute css_file



45
46
47
# File 'lib/profile.rb', line 45

def css_file
  @css_file
end

#custom_cssObject

Returns the value of attribute custom_css



45
46
47
# File 'lib/profile.rb', line 45

def custom_css
  @custom_css
end

#default_schemeObject

Returns the value of attribute default_scheme



45
46
47
# File 'lib/profile.rb', line 45

def default_scheme
  @default_scheme
end

#fontObject

Returns the value of attribute font



45
46
47
# File 'lib/profile.rb', line 45

def font
  @font
end

#heightObject

Returns the value of attribute height



45
46
47
# File 'lib/profile.rb', line 45

def height
  @height
end

#widthObject

Returns the value of attribute width



45
46
47
# File 'lib/profile.rb', line 45

def width
  @width
end