module Aws::Templates::Render::Utils::Stringify
Stringifying render
Used by Inspectable module to provide stringification mechanism (to_s) detached from the objects themselves. Standard framework rendering mechanism is used.
Public Instance Methods
to_rendered()
click to toggle source
# File lib/aws/templates/render/utils/stringify.rb, line 16 def to_rendered instance.class.name end