class Snp::TemplateContext::InsufficientContext

Attributes

missing_property[R]

Public Class Methods

new(property) click to toggle source
Calls superclass method
# File lib/snp/template_context.rb, line 19
def initialize(property)
  @missing_property = property.to_s
  super %(Insufficient context: no defined value for property "#{missing_property}")
end