Class: WsdlMapper::SvcGeneration::TypeToGenerate

Inherits:
Struct
  • Object
show all
Defined in:
lib/wsdl_mapper/svc_generation/type_to_generate.rb

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Object) name

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/wsdl_mapper/svc_generation/type_to_generate.rb', line 3

def name
  @name
end

- (Object) property_name

Returns the value of attribute property_name

Returns:

  • (Object)

    the current value of property_name



3
4
5
# File 'lib/wsdl_mapper/svc_generation/type_to_generate.rb', line 3

def property_name
  @property_name
end

- (Object) type

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



3
4
5
# File 'lib/wsdl_mapper/svc_generation/type_to_generate.rb', line 3

def type
  @type
end