Class: Aws::Templates::Render::Utils::BaseTypeViews::ToInteger

Inherits:
BasicView show all
Defined in:
lib/aws/templates/render/utils/base_type_views.rb

Overview

Convert to integer

Instance Attribute Summary

Attributes inherited from Processor::Handler

#context, #parameters

Instance Method Summary collapse

Methods inherited from Processor::Handler

for_entity, #handler_for, #in_context, #initialize, #processed_for, processor, #processor, register_in

Constructor Details

This class inherits a constructor from Aws::Templates::Processor::Handler

Instance Method Details

#to_renderedObject



75
76
77
# File 'lib/aws/templates/render/utils/base_type_views.rb', line 75

def to_rendered
  instance.to_i
end