class Osheet::Format::Special

Public Class Methods

new(opts={}) click to toggle source
# File lib/osheet/format/special.rb, line 14
def initialize(opts={})
  self.type = opts[:type]
end

Public Instance Methods

key() click to toggle source
# File lib/osheet/format/special.rb, line 22
def key
  "special_#{type_key.to_s.gsub('_', '')}"
end
style() click to toggle source
# File lib/osheet/format/special.rb, line 18
def style
  type
end