class Moysklad::Entities::CustomEntity

Public Instance Methods

dictionaryId() click to toggle source

ID Словаря

# File lib/moysklad/entities/custom_entity.rb, line 12
def dictionaryId
  meta.metadataHref.split('/').last
end
to_s() click to toggle source
# File lib/moysklad/entities/custom_entity.rb, line 16
def to_s
  name
end