class TeachersPet::Configuration
Public Class Methods
apiEndpoint()
click to toggle source
# File lib/teachers_pet/configuration.rb, line 10 def self.apiEndpoint @@API_ENDPOINT end
remoteSsh()
click to toggle source
# File lib/teachers_pet/configuration.rb, line 41 def self.remoteSsh @@REMOTE_SSH end
sshEndpoint()
click to toggle source
# File lib/teachers_pet/configuration.rb, line 34 def self.sshEndpoint @@SSH_ENDPOINT end
studentsFile()
click to toggle source
# File lib/teachers_pet/configuration.rb, line 25 def self.studentsFile @@STUDENTS_FILE end
webEndpoint()
click to toggle source
# File lib/teachers_pet/configuration.rb, line 18 def self.webEndpoint @@WEB_ENDPOINT end