class Clearwater::CachedRender::Wrapper

Attributes

content[R]

Public Class Methods

new(content) click to toggle source
# File lib/bluesky.rb, line 10
def initialize content
  @content = content
  @key = content.key
end