Class: Metado::Type::Comment
- Inherits:
-
Struct
- Object
- Struct
- Metado::Type::Comment
- Defined in:
- lib/metado/type/comment.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#file ⇒ Object
Returns the value of attribute file.
-
#line_number ⇒ Object
Returns the value of attribute line_number.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
3 4 5 |
# File 'lib/metado/type/comment.rb', line 3 def body @body end |
#file ⇒ Object
Returns the value of attribute file
3 4 5 |
# File 'lib/metado/type/comment.rb', line 3 def file @file end |
#line_number ⇒ Object
Returns the value of attribute line_number
3 4 5 |
# File 'lib/metado/type/comment.rb', line 3 def line_number @line_number end |