class PlateApi::PlateObject::Row

Public Class Methods

api_name() click to toggle source
# File lib/plate_api/plate_object/row.rb, line 8
def self.api_name
  "rows"
end
parent_class() click to toggle source
# File lib/plate_api/plate_object/row.rb, line 12
def self.parent_class
  Section
end