class Orgy::OrgData

OrgData

All objects that exist primarily to express data and can coexist with other org elements should inherit from this

Public Class Methods

new() click to toggle source
Calls superclass method Orgy::OrgObject::new
# File lib/orgy/org_data.rb, line 8
def initialize
  super()
end