class ActiveRecord::ConnectionAdapters::Kudu::Type::Integer
Public Instance Methods
limit()
click to toggle source
# File lib/active_record/connection_adapters/kudu/type/integer.rb, line 15 def limit 4 end
type()
click to toggle source
# File lib/active_record/connection_adapters/kudu/type/integer.rb, line 11 def type :integer end