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