module EntityCache::Controls::Entity
Constants
- Example
Public Class Methods
example()
click to toggle source
# File lib/entity_cache/controls/entity.rb, line 4 def self.example Example.new(id, some_attr, other_attr) end
id()
click to toggle source
# File lib/entity_cache/controls/entity.rb, line 8 def self.id ID.example end
other_attr()
click to toggle source
# File lib/entity_cache/controls/entity.rb, line 16 def self.other_attr 'other-value' end
some_attr()
click to toggle source
# File lib/entity_cache/controls/entity.rb, line 12 def self.some_attr 'some-value' end