class DataMetaPii::PiiAlVo

Application Link VO - FIXME - not needed?

Attributes

attrs[RW]
key[RW]

Public Class Methods

new(key, attrs) click to toggle source

Creates an instance for the given parameters, see the properties with the same names.

# File lib/dataMetaPii.rb, line 304
def initialize(key, attrs)
    @key, @attrs = key, attrs
end