Class: Dms::AttachedComment
- Inherits:
-
Struct
- Object
- Struct
- Dms::AttachedComment
- Defined in:
- lib/dms/types.rb
Overview
An attached comment. ‘position` is :leading, :trailing, :floating, or :inner. `path` is an Array of String (key) / Integer (index).
Instance Attribute Summary collapse
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#path ⇒ Object
Returns the value of attribute path.
-
#position ⇒ Object
Returns the value of attribute position.
Instance Attribute Details
#comment ⇒ Object
Returns the value of attribute comment
84 85 86 |
# File 'lib/dms/types.rb', line 84 def comment @comment end |
#path ⇒ Object
Returns the value of attribute path
84 85 86 |
# File 'lib/dms/types.rb', line 84 def path @path end |
#position ⇒ Object
Returns the value of attribute position
84 85 86 |
# File 'lib/dms/types.rb', line 84 def position @position end |