Class: Goldendocx::Models::Relationship
- Inherits:
-
Object
- Object
- Goldendocx::Models::Relationship
- Includes:
- Element
- Defined in:
- lib/goldendocx/models/relationship.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#target ⇒ Object
readonly
Returns the value of attribute target.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Method Summary
Methods included from Element
#build_element, #initialize, #namespace, #tag, #tag_name, #to_element, #to_xml
Methods included from HasChildren
#children, #read_child, #read_children
Methods included from HasAttributes
#assign_attributes, #attributes, #read_attributes
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id.
8 9 10 |
# File 'lib/goldendocx/models/relationship.rb', line 8 def id @id end |
#target ⇒ Object (readonly)
Returns the value of attribute target.
8 9 10 |
# File 'lib/goldendocx/models/relationship.rb', line 8 def target @target end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
8 9 10 |
# File 'lib/goldendocx/models/relationship.rb', line 8 def type @type end |