Class: Mork::Raw::MetaTable
- Inherits:
-
Object
- Object
- Mork::Raw::MetaTable
- Defined in:
- lib/mork/raw/meta_table.rb
Overview
A meta table
Instance Attribute Summary collapse
-
#raw ⇒ Object
readonly
Returns the value of attribute raw.
Instance Method Summary collapse
-
#initialize(raw:) ⇒ MetaTable
constructor
A new instance of MetaTable.
Constructor Details
#initialize(raw:) ⇒ MetaTable
Returns a new instance of MetaTable.
10 11 12 |
# File 'lib/mork/raw/meta_table.rb', line 10 def initialize(raw:) @raw = raw end |
Instance Attribute Details
#raw ⇒ Object (readonly)
Returns the value of attribute raw.
8 9 10 |
# File 'lib/mork/raw/meta_table.rb', line 8 def raw @raw end |