Class: Xberg::DocumentRelationship
- Inherits:
-
Object
- Object
- Xberg::DocumentRelationship
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#kind ⇒ enum_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.
618 |
# File 'sig/types.rbs', line 618 def initialize: (source: Integer, target: Integer, kind: enum_RelationshipKind) -> void |
Instance Attribute Details
#kind ⇒ enum_RelationshipKind (readonly)
Returns the value of attribute kind.
616 617 618 |
# File 'sig/types.rbs', line 616 def kind @kind end |
#source ⇒ Integer (readonly)
Returns the value of attribute source.
614 615 616 |
# File 'sig/types.rbs', line 614 def source @source end |
#target ⇒ Integer (readonly)
Returns the value of attribute target.
615 616 617 |
# File 'sig/types.rbs', line 615 def target @target end |