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