Class: DataMetaPii::AlAttrVo

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

Overview

AppLink Attribute VO

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(key, attrs) ⇒ AlAttrVo

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



293
294
295
# File 'lib/dataMetaPii.rb', line 293

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

Instance Attribute Details

#attrsObject

  • FIXME - not needed?



289
290
291
# File 'lib/dataMetaPii.rb', line 289

def attrs
  @attrs
end

#keyObject

  • FIXME - not needed?



289
290
291
# File 'lib/dataMetaPii.rb', line 289

def key
  @key
end