Class: Fuck::King

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

Instance Method Summary collapse

Methods included from Salutations

#execute!, included

Constructor Details

#initialize(options = {}) ⇒ King

Returns a new instance of King.



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

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

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