class Osheet::Format::Custom
Public Class Methods
new(type)
click to toggle source
# File lib/osheet/format/custom.rb, line 4 def initialize(type) @type = type end
Public Instance Methods
key()
click to toggle source
# File lib/osheet/format/custom.rb, line 9 def key; "custom_#{@type}"; end
style()
click to toggle source
# File lib/osheet/format/custom.rb, line 8 def style; @type; end