class Moysklad::Entities::Attribute

Public Instance Methods

is_dictionary?() click to toggle source
# File lib/moysklad/entities/attribute.rb, line 16
def is_dictionary?
  type == 'customentity'
end
to_s() click to toggle source
# File lib/moysklad/entities/attribute.rb, line 12
def to_s
  "#{name} (#{type}): #{value}"
end