class Muesli::AttributeSerializers::Time

Public Instance Methods

serialize() click to toggle source
# File lib/muesli/attribute_serializers/time.rb, line 4
def serialize
  return @attribute_value.iso8601
end