module LolcationClient
Constants
- VERSION
Public Class Methods
extended(base)
click to toggle source
# File lib/lolcation_client.rb, line 10 def self.extended(base) base.include LolcationClient::Interceptor base.extend LolcationClient::LolcationFields base.extend LolcationClient::CustomFields base.extend LolcationClient::NearIn end