class DataMetaPii::AttrRef
Attribute reference
Attributes
key[RW]
Public Class Methods
new(key)
click to toggle source
# File lib/dataMetaPii.rb, line 212 def initialize(key); @key = key end
Public Instance Methods
to_s()
click to toggle source
String representation
# File lib/dataMetaPii.rb, line 214 def to_s; %<#{self.class.name}{#{@key}}> end