Class: Syobocal::DB::TableResult

Inherits:
Array
  • Object
show all
Defined in:
lib/syobocal/db.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeTableResult

Returns a new instance of TableResult.



341
342
343
# File 'lib/syobocal/db.rb', line 341

def initialize
  super([])
end

Instance Attribute Details

#codeObject

Returns the value of attribute code.



339
340
341
# File 'lib/syobocal/db.rb', line 339

def code
  @code
end

#columnsObject

Returns the value of attribute columns.



339
340
341
# File 'lib/syobocal/db.rb', line 339

def columns
  @columns
end

#messageObject

Returns the value of attribute message.



339
340
341
# File 'lib/syobocal/db.rb', line 339

def message
  @message
end

#titleObject

Returns the value of attribute title.



339
340
341
# File 'lib/syobocal/db.rb', line 339

def title
  @title
end

#typeObject

Returns the value of attribute type.



339
340
341
# File 'lib/syobocal/db.rb', line 339

def type
  @type
end