Class: Aws::Types::CitationSpan
- Inherits:
-
Object
- Object
- Aws::Types::CitationSpan
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#begin_offset_inclusive ⇒ ::Integer
Returns the value of attribute begin_offset_inclusive.
-
#end_offset_exclusive ⇒ ::Integer
Returns the value of attribute end_offset_exclusive.
Instance Attribute Details
#begin_offset_inclusive ⇒ ::Integer
Returns the value of attribute begin_offset_inclusive.
435 436 437 |
# File 'sig/types.rbs', line 435 def begin_offset_inclusive @begin_offset_inclusive end |
#end_offset_exclusive ⇒ ::Integer
Returns the value of attribute end_offset_exclusive.
436 437 438 |
# File 'sig/types.rbs', line 436 def end_offset_exclusive @end_offset_exclusive end |