class Argyle::StyleSheet::Style
Attributes
bg[R]
fg[R]
id[R]
Public Class Methods
new(id:, fg: nil, bg: nil)
click to toggle source
# File lib/argyle/style_sheet/style.rb, line 4 def initialize(id:, fg: nil, bg: nil) @id = id @fg = fg @bg = bg end