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
-
#require_path ⇒ Object
Returns the value of attribute require_path.
-
#s8r_name ⇒ Object
Returns the value of attribute s8r_name.
-
#type_name ⇒ Object
Returns the value of attribute type_name.
Instance Attribute Details
#require_path ⇒ Object
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 |
#s8r_name ⇒ Object
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 |
#type_name ⇒ Object
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 |