Class: WsdlMapper::SvcGeneration::TypeToGenerate
- Inherits:
-
Struct
- Object
- Struct
- WsdlMapper::SvcGeneration::TypeToGenerate
- Defined in:
- lib/wsdl_mapper/svc_generation/type_to_generate.rb
Instance Attribute Summary (collapse)
-
- (Object) name
Returns the value of attribute name.
-
- (Object) property_name
Returns the value of attribute property_name.
-
- (Object) type
Returns the value of attribute type.
Instance Attribute Details
- (Object) name
Returns the value of attribute 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
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
3 4 5 |
# File 'lib/wsdl_mapper/svc_generation/type_to_generate.rb', line 3 def type @type end |