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
-
#name ⇒ Object
Returns the value of attribute name.
-
#property_name ⇒ Object
Returns the value of attribute property_name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ Object
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 |
#property_name ⇒ Object
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 |
#type ⇒ Object
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 |