Sha256: cc129cd19644660ebad15229496cb4596756a2e5dc817dcd4f2708eee16eceef
Contents?: true
Size: 469 Bytes
Versions: 343
Compression:
Stored size: 469 Bytes
Contents
module ForestLiana class StatSerializer include JSONAPI::Serializer attribute :value def type 'stats' end def format_name(attribute_name) attribute_name.to_s end def unformat_name(attribute_name) attribute_name.to_s.underscore end def self_link nil end def relationship_self_link(attribute_name) nil end def relationship_related_link(attribute_name) nil end end end
Version data entries
343 entries across 343 versions & 1 rubygems