Class: DataMetaPii::PiiAlVo

Inherits:
Object
  • Object
show all
Defined in:
lib/dataMetaPii.rb

Overview

Application Link VO - FIXME - not needed?

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(key, attrs) ⇒ PiiAlVo

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



304
305
306
# File 'lib/dataMetaPii.rb', line 304

def initialize(key, attrs)
    @key, @attrs = key, attrs
end

Instance Attribute Details

#attrsObject

Returns the value of attribute attrs.



300
301
302
# File 'lib/dataMetaPii.rb', line 300

def attrs
  @attrs
end

#keyObject

Returns the value of attribute key.



300
301
302
# File 'lib/dataMetaPii.rb', line 300

def key
  @key
end