Class: Skr::GlPosting

Inherits:
Model
  • Object
show all
Defined in:
lib/skr/models/gl_posting.rb

Instance Method Summary collapse

Instance Method Details

#account=(acct) ⇒ Object



24
25
26
27
# File 'lib/skr/models/gl_posting.rb', line 24

def account=(acct)
    @account = acct
    
end

#location=(location) ⇒ Object



29
30
31
32
# File 'lib/skr/models/gl_posting.rb', line 29

def location=(location)
    @location = location
    
end