Class: Fuck::Thing

Inherits:
PayDirt::Base
  • Object
show all
Includes:
Salutations
Defined in:
lib/fuck/thing.rb

Instance Method Summary collapse

Methods included from Salutations

#execute!, included

Constructor Details

#initialize(options = {}) ⇒ Thing

Returns a new instance of Thing.



5
6
7
8
9
10
11
# File 'lib/fuck/thing.rb', line 5

def initialize(options = {})
  options = {
    resource: "thing",
  }.merge(options)

  load_options(:resource, :from, options)
end