class HelloBlock::Faucet

Public Class Methods

withdraw(conditions) click to toggle source
# File lib/helloblock/resources/faucet.rb, line 11
def self.withdraw(conditions)
  where(conditions.merge({post: true}))
  query[:path] = ENDPOINTS[:withdraw]
  self
end