Files

Class/Module Index [+]

Quicksearch

ArJdbc::Util::SerializedAttributes::ClassMethods

Public Instance Methods

lob_type() click to toggle source
# File lib/arjdbc/util/serialized_attributes.rb, line 67
def lob_type
  @lob_type ||= begin
    if superclass.respond_to?(:lob_type)
      superclass.lob_type
    else
      /blob|clob/
    end
  end
end
lob_type=(type) click to toggle source
# File lib/arjdbc/util/serialized_attributes.rb, line 77
def lob_type=(type)
  @lob_type = type
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.