class DataMetaPii::AlAttrVo

AppLink Attribute VO

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 293
def initialize(key, attrs)
    @key, @attrs = key, attrs
end