Module: Slatan::Affiliation::Self
- Included in:
- Slatan::Affiliation
- Defined in:
- lib/slatan/affiliation/self.rb
Class Method Summary collapse
Class Method Details
.get ⇒ Object
7 8 9 |
# File 'lib/slatan/affiliation/self.rb', line 7 def get() @self end |
.set(celf) ⇒ Object
11 12 13 |
# File 'lib/slatan/affiliation/self.rb', line 11 def set(celf) @self = celf end |