class Password

Attributes

fields[R]

Public Class Methods

new(hash_) click to toggle source
# File lib/key.rb, line 43
def initialize(hash_)
        @fields = hash_
end

Public Instance Methods

find(name) click to toggle source
# File lib/key.rb, line 39
def find(name)
        @fields[name]
end