Class: Fuck::Life

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

Instance Method Summary collapse

Methods included from Salutations

#execute!, included

Constructor Details

#initialize(options = {}) ⇒ Life

Returns a new instance of Life.



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

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

  load_options(:resource, :from, options)
end