Class: Mork::Raw::MetaTable

Inherits:
Object
  • Object
show all
Defined in:
lib/mork/raw/meta_table.rb

Overview

A meta table

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#rawObject (readonly)

Returns the value of attribute raw.



8
9
10
# File 'lib/mork/raw/meta_table.rb', line 8

def raw
  @raw
end