Class: Mobility::Backends::Null
- Inherits:
-
Object
- Object
- Mobility::Backends::Null
show all
- Includes:
- Mobility::Backend
- Defined in:
- lib/mobility/backends/null.rb
Overview
Backend which does absolutely nothing. Mostly for testing purposes.
Instance Attribute Summary
#attribute, #model
Backend Accessors
collapse
Backend Configuration
collapse
#each, #each_locale, included, #initialize, #locales, method_name, #present?
Class Method Details
20
|
# File 'lib/mobility/backends/null.rb', line 20
def self.configure(_); end
|
Instance Method Details
#read(_, _ = {}) ⇒ NilClass
13
|
# File 'lib/mobility/backends/null.rb', line 13
def read(_, _ = {}); end
|
#write(_, _, _ = {}) ⇒ NilClass
16
|
# File 'lib/mobility/backends/null.rb', line 16
def write(_, _, _ = {}); end
|