Class: WsdlMapper::Deserializers::ElementDirectory::ElementItem
- Inherits:
-
Struct
- Object
- Struct
- WsdlMapper::Deserializers::ElementDirectory::ElementItem
- Defined in:
- lib/wsdl_mapper/deserializers/element_directory.rb
Instance Attribute Summary (collapse)
-
- (Object) class_name
Returns the value of attribute class_name.
-
- (Object) element_name
Returns the value of attribute element_name.
-
- (Object) loaded
Returns the value of attribute loaded.
-
- (Object) require_path
Returns the value of attribute require_path.
-
- (Object) type_name
Returns the value of attribute type_name.
Instance Attribute Details
- (Object) class_name
Returns the value of attribute class_name
8 9 10 |
# File 'lib/wsdl_mapper/deserializers/element_directory.rb', line 8 def class_name @class_name end |
- (Object) element_name
Returns the value of attribute element_name
8 9 10 |
# File 'lib/wsdl_mapper/deserializers/element_directory.rb', line 8 def element_name @element_name end |
- (Object) loaded
Returns the value of attribute loaded
9 10 11 |
# File 'lib/wsdl_mapper/deserializers/element_directory.rb', line 9 def loaded @loaded end |
- (Object) require_path
Returns the value of attribute require_path
8 9 10 |
# File 'lib/wsdl_mapper/deserializers/element_directory.rb', line 8 def require_path @require_path end |
- (Object) type_name
Returns the value of attribute type_name
8 9 10 |
# File 'lib/wsdl_mapper/deserializers/element_directory.rb', line 8 def type_name @type_name end |