Module: Abstraction

Extended by:
ClassMethods
Included in:
AcademicPrograms, Course, Event, ExamInfo, Experimental, FacultyInfo, FoodServices, Geolocation, Other, Professor, Publications, Schedule, Weather, WirelessData
Defined in:
lib/uwapi/service/abstraction.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Methods included from ClassMethods

call_with_q, call_without_q

Class Method Details

.included(other) ⇒ Object



32
33
34
# File 'lib/uwapi/service/abstraction.rb', line 32

def self.included(other)
  other.extend(ClassMethods)
end