Class: Skr::GlPosting

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

Instance Method Summary collapse

Instance Method Details

#account=(acct) ⇒ Object



21
22
23
24
# File 'lib/skr/gl_posting.rb', line 21

def account=(acct)
    @account = acct
    
end

#location=(location) ⇒ Object



26
27
28
29
# File 'lib/skr/gl_posting.rb', line 26

def location=(location)
    @location = location
    
end