class PEROBS::Handle
The Handle
is the first paramter of the initialize() method of every PEROBS
object. By convention this parameter should be called āpā.
Attributes
id[R]
store[R]
Public Class Methods
new(store, id)
click to toggle source
# File lib/perobs/Handle.rb, line 36 def initialize(store, id) @store = store @id = id end