class UCSLogModel

Constants

VERSION

Public Class Methods

test() click to toggle source
# File lib/UCSLogModel.rb, line 2
def self.test
  puts 'Hello UCS'
end

Public Instance Methods

hello() click to toggle source
# File lib/UCSLogModel.rb, line 6
def hello
  puts 'Hello UCS'
end