class GoodData::LCM2::Type::GdSmartHashType

Constants

CATEGORY

Public Instance Methods

check(value) click to toggle source
# File lib/gooddata/lcm/types/class/smart_hash.rb, line 17
def check(value)
  value.class == GoodData::LCM2::SmartHash
end