Class: DataMapper::Types::Href

Inherits:
DataMapper::Type
  • Object
show all
Defined in:
lib/dm-types/href.rb

Class Method Summary collapse

Class Method Details

.dump(value, property) ⇒ Object



11
12
13
# File 'lib/dm-types/href.rb', line 11

def self.dump(value, property)
  value
end

.load(value, property) ⇒ Object



7
8
9
# File 'lib/dm-types/href.rb', line 7

def self.load(value, property)
  value
end

.typecast(value, property) ⇒ Object



15
16
17
# File 'lib/dm-types/href.rb', line 15

def self.typecast(value, property)
  value
end