class PCGS::Row

Attributes

coin_subtype[RW]
elements[RW]
header_row[RW]

Public Class Methods

new(coin_subtype, elements, header_row) click to toggle source
# File lib/pcgs.rb, line 149
def initialize(coin_subtype, elements, header_row)
        @coin_subtype = coin_subtype
        @elements = elements
        @header_row = header_row
end