Class: Safrano::RgxTypeMapping1Par

Inherits:
RgxTypeMapping show all
Defined in:
lib/safrano/type_mapping.rb

Instance Attribute Summary

Attributes inherited from RgxTypeMapping

#db_types_rgx

Attributes inherited from TypeMapping

#castfunc, #edm_type

Instance Method Summary collapse

Methods inherited from RgxTypeMapping

builder

Constructor Details

#initialize(builder) ⇒ RgxTypeMapping1Par

Returns a new instance of RgxTypeMapping1Par.



177
178
179
180
# File 'lib/safrano/type_mapping.rb', line 177

def initialize(builder)
  @edm_type = builder.xedm_type
  @castfunc = builder.castfunc
end