class MoySklad::Client::Attribute::MissingAttr

Public Instance Methods

empty?() click to toggle source
# File lib/moy_sklad/client/attribute.rb, line 12
def empty?
  true
end
method_missing(meth, *args) click to toggle source
# File lib/moy_sklad/client/attribute.rb, line 8
def method_missing(meth, *args)
  MissingAttr.new
end
present?() click to toggle source
# File lib/moy_sklad/client/attribute.rb, line 16
def present?
  false
end