module Slatan::Affiliation::Self

Public Class Methods

get() click to toggle source
# File lib/slatan/affiliation/self.rb, line 7
def get()
  @self
end
set(celf) click to toggle source
# File lib/slatan/affiliation/self.rb, line 11
def set(celf)
  @self = celf
end