Sha256: e0b15a99af0ae4f7a8704102919f40b1e57918020257ff8d4264b810bc9cb49e

Contents?: true

Size: 196 Bytes

Versions: 22

Compression:

Stored size: 196 Bytes

Contents

class FixedSchemaAdapter < SourceAdapter
  def initialize(source,credential)
    super(source,credential)
  end
  
  def query(params=nil)
    @result = Store.get_data('test_db_storage')
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
rhosync-2.1.0.beta.1 spec/apps/rhotestapp/sources/fixed_schema_adapter.rb
rhosync-2.0.9 spec/apps/rhotestapp/sources/fixed_schema_adapter.rb
rhosync-2.0.8 spec/apps/rhotestapp/sources/fixed_schema_adapter.rb
rhosync-2.0.7 spec/apps/rhotestapp/sources/fixed_schema_adapter.rb
rhosync-2.0.6 spec/apps/rhotestapp/sources/fixed_schema_adapter.rb
rhosync-2.0.5 spec/apps/rhotestapp/sources/fixed_schema_adapter.rb
rhosync-2.0.4 spec/apps/rhotestapp/sources/fixed_schema_adapter.rb
rhosync-2.0.3 spec/apps/rhotestapp/sources/fixed_schema_adapter.rb
rhosync-2.0.2 spec/apps/rhotestapp/sources/fixed_schema_adapter.rb
rhosync-2.0.1 spec/apps/rhotestapp/sources/fixed_schema_adapter.rb
rhosync-2.0.0 spec/apps/rhotestapp/sources/fixed_schema_adapter.rb
rhosync-2.0.0.rc2 spec/apps/rhotestapp/sources/fixed_schema_adapter.rb
rhosync-2.0.0.rc1 spec/apps/rhotestapp/sources/fixed_schema_adapter.rb
rhosync-2.0.0.beta13 spec/apps/rhotestapp/sources/fixed_schema_adapter.rb
rhosync-2.0.0.beta12 spec/apps/rhotestapp/sources/fixed_schema_adapter.rb
rhosync-2.0.0.beta11 spec/apps/rhotestapp/sources/fixed_schema_adapter.rb
rhosync-2.0.0.beta10 spec/apps/rhotestapp/sources/fixed_schema_adapter.rb
rhosync-2.0.0.beta9 spec/apps/rhotestapp/sources/fixed_schema_adapter.rb
rhosync-2.0.0.beta8 spec/apps/rhotestapp/sources/fixed_schema_adapter.rb
rhosync-2.0.0.beta7 spec/apps/rhotestapp/sources/fixed_schema_adapter.rb