Class: Time

Inherits:
Object
  • Object
show all
Defined in:
lib/ncmb/client.rb

Instance Method Summary collapse

Instance Method Details

#to_json(a) ⇒ Object



4
5
6
7
# File 'lib/ncmb/client.rb', line 4

def to_json(a)
  v = self.getgm
  "{\"__type\": \"Date\", \"iso\": \"#{v.iso8601(3)}\"}"
end