Class: Aws::Types::Position
- Inherits:
-
Object
- Object
- Aws::Types::Position
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column ⇒ ::Integer
Returns the value of attribute column.
-
#line ⇒ ::Integer
Returns the value of attribute line.
Instance Attribute Details
#column ⇒ ::Integer
Returns the value of attribute column.
1770 1771 1772 |
# File 'sig/types.rbs', line 1770 def column @column end |
#line ⇒ ::Integer
Returns the value of attribute line.
1769 1770 1771 |
# File 'sig/types.rbs', line 1769 def line @line end |