Class: Uaeds::EdsDSML

Inherits:
Eds
  • Object
show all
Includes:
Singleton
Defined in:
lib/uaeds/eds_dsml.rb

Direct Known Subclasses

MockEdsDSML

Constant Summary collapse

@@eds_dsml_endpoint =
nil

Class Method Summary collapse

Methods inherited from Eds

eds_key, eds_key=, eds_user, eds_user=, #initialize, #person, #person_by_emplid, #person_by_netid, #person_by_uaid

Constructor Details

This class inherits a constructor from Uaeds::Eds

Class Method Details

.eds_endpointObject



10
11
12
# File 'lib/uaeds/eds_dsml.rb', line 10

def self.eds_endpoint
  @@eds_dsml_endpoint
end

.eds_endpoint=(endpoint = nil) ⇒ Object



6
7
8
# File 'lib/uaeds/eds_dsml.rb', line 6

def self.eds_endpoint=(endpoint=nil)
  @@eds_dsml_endpoint = endpoint
end