Class: Cheatly::LocalSheet

Inherits:
Sheet
  • Object
show all
Defined in:
lib/cheatly/sheet.rb

Instance Attribute Summary

Attributes inherited from Sheet

#body, #persisted, #title

Class Method Summary collapse

Methods inherited from Sheet

all, #create, find, #initialize, #save, #to_s, #update

Constructor Details

This class inherits a constructor from Cheatly::Sheet

Class Method Details

.adapterObject



58
59
60
# File 'lib/cheatly/sheet.rb', line 58

def self.adapter
  @adapter ||= Cheatly::Adapter::File.new
end