Sha256: d5fcf5d40a64f8ae6238bcbd2511448bb0b70a374aec96924d024967db6f1566
Contents?: true
Size: 310 Bytes
Versions: 5
Compression:
Stored size: 310 Bytes
Contents
module Moysklad::Entities class Meta < Base attribute :href, String attribute :metadataHref, String attribute :type, String attribute :mediaType, String # application/json attribute :downloadHref, String def id @id ||= href.split('/').last end end end
Version data entries
5 entries across 5 versions & 1 rubygems