class DataMapper::Shim::ClassMethods::Property
Attributes
name[R]
type[R]
Public Class Methods
new(name, type)
click to toggle source
# File lib/data_mapper/shim.rb, line 132 def initialize(name, type) @name = name @type = type end