Class: Fuck::Chainsaw

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

Instance Method Summary collapse

Methods included from Salutations

#execute!, included

Constructor Details

#initialize(options = {}) ⇒ Chainsaw

Returns a new instance of Chainsaw.



7
8
9
10
11
12
13
# File 'lib/fuck/chainsaw.rb', line 7

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

  load_options(:resource, :name, :from, options)
end