Method: VORuby::VOTable::V1_0::Data#initialize

Defined in:
lib/voruby/votable/1.0/votable.rb

#initialize(defn = nil) ⇒ Data

Create a new body of data.

data = Data.new(:format => TableData.new())


1425
1426
1427
# File 'lib/voruby/votable/1.0/votable.rb', line 1425

def initialize(defn=nil)
  super(defn)
end