Class: Structural::Model::TypeCasts::Identity

Inherits:
Cast
  • Object
show all
Defined in:
lib/structural/model/type_casts.rb

Instance Method Summary collapse

Methods inherited from Cast

#conversion, #initialize, #type

Constructor Details

This class inherits a constructor from Structural::Model::TypeCasts::Cast

Instance Method Details

#castObject



47
48
49
# File 'lib/structural/model/type_casts.rb', line 47

def cast
  value
end