class Ramp::Fields::IntegerField

IntegerField is a simple Integer subclass.

Public Class Methods

to_o(data) click to toggle source
# File lib/ramp/fields.rb, line 39
def self.to_o data
  Integer.new data
end