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.
-
#offset ⇒ ::Integer
Returns the value of attribute offset.
Instance Attribute Details
#column ⇒ ::Integer
Returns the value of attribute column.
941 942 943 |
# File 'sig/types.rbs', line 941 def column @column end |
#line ⇒ ::Integer
Returns the value of attribute line.
940 941 942 |
# File 'sig/types.rbs', line 940 def line @line end |
#offset ⇒ ::Integer
Returns the value of attribute offset.
942 943 944 |
# File 'sig/types.rbs', line 942 def offset @offset end |