Class: Fuck::Everyone

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

Instance Method Summary collapse

Methods included from Salutations

#execute!, included

Constructor Details

#initialize(options = {}) ⇒ Everyone

Returns a new instance of Everyone.



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

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

  load_options(:resource, :from, options)
end