Class/Module Index [+]

Quicksearch

Gorillib::Factory::IntTimeFactory

Public Class Methods

typename() click to toggle source
# File lib/gorillib/type/extended.rb, line 58
def self.typename() :int_time ; end

Public Instance Methods

convert(obj) click to toggle source
# File lib/gorillib/type/extended.rb, line 61
def convert(obj)
  result = super
  result.nil? ? nil : result.to_i
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.