Class: Soybean::LiteralMappingRegistryCreator

Inherits:
WSDL::SOAP::LiteralMappingRegistryCreator
  • Object
show all
Defined in:
lib/soybean/literal_mapping_registry_creator.rb

Instance Method Summary collapse

Constructor Details

#initialize(definitions, name_creator, modulepath, defined_const, cache) ⇒ LiteralMappingRegistryCreator

Returns a new instance of LiteralMappingRegistryCreator.



4
5
6
7
# File 'lib/soybean/literal_mapping_registry_creator.rb', line 4

def initialize(definitions, name_creator, modulepath, defined_const, cache)
  @cache = cache
  super(definitions, name_creator, modulepath, defined_const)
end