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