Class: Subjoin::Meta

Inherits:
Object
  • Object
show all
Includes:
Attributable
Defined in:
lib/subjoin/meta.rb

Overview

Meta object

Instance Attribute Summary

Attributes included from Attributable

#attributes

Instance Method Summary collapse

Methods included from Attributable

#[], #load_attributes

Constructor Details

#initialize(data) ⇒ Meta

Returns a new instance of Meta.



6
7
8
# File 'lib/subjoin/meta.rb', line 6

def initialize(data)
  load_attributes(data)
end