module FannyPack

Constants

Version

Attributes

account_hash[RW]

Your Fantastico account hash, used for API authentication

@param [String] hash

Your Fantastico account hash

@return [String]

Public Class Methods

account_hash?() click to toggle source

Returns true if FannyPack.account_hash is not nil or blank

# File lib/fanny_pack.rb, line 18
def self.account_hash?
  ! (account_hash.nil? || account_hash.to_s == "")
end