Sha256: 57d8c632d66e7bc415f26cb193bf86d1ce7a1fa9d3e6e0c544855aa3f73fa13c
Contents?: true
Size: 245 Bytes
Versions: 12
Compression:
Stored size: 245 Bytes
Contents
module Moysklad::Entities class Store < Entity include AttributesConverter attribute :address, String attribute :description, String attribute :parent, Hash attribute :pathName, String attribute :attrs, Array end end
Version data entries
12 entries across 12 versions & 1 rubygems