Sha256: 991056dd68a7961b5ddf47834a901f0de8b529f82feaddfc8115af8d150131ad
Contents?: true
Size: 552 Bytes
Versions: 1
Compression:
Stored size: 552 Bytes
Contents
class <%=name%> < SourceAdapter def initialize(source) super end def login #TODO: Write some code here end def query # TODO: write some code here end def sync # usually the generic base class sync does the job super end def create(name_value_list) #TODO: write some code here end def update(name_value_list) #TODO: write some code here end def delete(name_value_list) #TODO: write some code here if applicable end def logoff #TODO: write some code here if applicable end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rhodes-0.1.3 | generators/templates/source/source_adapter.rb |