Class: WsdlMapper::Serializers::TypeDirectory::TypeItem
- Inherits:
-
Struct
- Object
- Struct
- WsdlMapper::Serializers::TypeDirectory::TypeItem
- Defined in:
- lib/wsdl_mapper/serializers/type_directory.rb
Instance Attribute Summary (collapse)
-
- (Object) require_path
Returns the value of attribute require_path.
-
- (Object) s8r_name
Returns the value of attribute s8r_name.
-
- (Object) type_name
Returns the value of attribute type_name.
Instance Attribute Details
- (Object) require_path
Returns the value of attribute require_path
6 7 8 |
# File 'lib/wsdl_mapper/serializers/type_directory.rb', line 6 def require_path @require_path end |
- (Object) s8r_name
Returns the value of attribute s8r_name
6 7 8 |
# File 'lib/wsdl_mapper/serializers/type_directory.rb', line 6 def s8r_name @s8r_name end |
- (Object) type_name
Returns the value of attribute type_name
6 7 8 |
# File 'lib/wsdl_mapper/serializers/type_directory.rb', line 6 def type_name @type_name end |