Class: ManifestParser::PackageCallSpan
- Inherits:
-
Struct
- Object
- Struct
- ManifestParser::PackageCallSpan
- Defined in:
- lib/spm_version_updates/manifest_parser.rb
Overview
Raw body and byte offsets for a direct ‘.package(…)` declaration.
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#body_end ⇒ Object
Returns the value of attribute body_end.
-
#body_start ⇒ Object
Returns the value of attribute body_start.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
25 26 27 |
# File 'lib/spm_version_updates/manifest_parser.rb', line 25 def body @body end |
#body_end ⇒ Object
Returns the value of attribute body_end
25 26 27 |
# File 'lib/spm_version_updates/manifest_parser.rb', line 25 def body_end @body_end end |
#body_start ⇒ Object
Returns the value of attribute body_start
25 26 27 |
# File 'lib/spm_version_updates/manifest_parser.rb', line 25 def body_start @body_start end |