class AWS::Record::Model::Attributes::IntegerAttr
Public Class Methods
serialize(integer, options = {})
click to toggle source
Calls superclass method
AWS::Record::Attributes::IntegerAttr.serialize
# File lib/aws/record/model/attributes.rb, line 27 def self.serialize integer, options = {} super.to_s end