Class: Soybean::EncodedMappingRegistryCreator

Inherits:
WSDL::SOAP::EncodedMappingRegistryCreator
  • Object
show all
Defined in:
lib/soybean/encoded_mapping_registry_creator.rb

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of EncodedMappingRegistryCreator.



4
5
6
7
# File 'lib/soybean/encoded_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