class GoodData::LCM2::Type::IntegerType
Constants
- CATEGORY
- INTERNAL_TYPE
Public Instance Methods
check(value)
click to toggle source
# File lib/gooddata/lcm/types/scalar/integer.rb, line 16 def check(value) value.is_number? end