Class: Xberg::DocumentRelationship
- Inherits:
-
Object
- Object
- Xberg::DocumentRelationship
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#kind ⇒ RelationshipKind
readonly
Returns the value of attribute kind.
-
#source ⇒ Integer
readonly
Returns the value of attribute source.
-
#target ⇒ Integer
readonly
Returns the value of attribute target.
Instance Method Summary collapse
-
#initialize ⇒ DocumentRelationship
constructor
A new instance of DocumentRelationship.
Constructor Details
#initialize ⇒ DocumentRelationship
Returns a new instance of DocumentRelationship.
832 |
# File 'sig/types.rbs', line 832
def initialize: (source: Integer, target: Integer, kind: RelationshipKind) -> void
|
Instance Attribute Details
#kind ⇒ RelationshipKind (readonly)
Returns the value of attribute kind.
830 831 832 |
# File 'sig/types.rbs', line 830 def kind @kind end |
#source ⇒ Integer (readonly)
Returns the value of attribute source.
828 829 830 |
# File 'sig/types.rbs', line 828 def source @source end |
#target ⇒ Integer (readonly)
Returns the value of attribute target.
829 830 831 |
# File 'sig/types.rbs', line 829 def target @target end |