class Passworks::Resource

Attributes

client[R]
collection_name[R]

Public Class Methods

new(client, collection_name, data) click to toggle source
Calls superclass method
# File lib/passworks/resource.rb, line 11
def initialize(client, collection_name, data)
  @client          = client
  @collection_name = collection_name
  super(data)
end