Class: AWS::Record::Model::Attributes::IntegerAttr
- Inherits:
-
Attributes::IntegerAttr
- Object
- Attributes::BaseAttr
- Attributes::IntegerAttr
- AWS::Record::Model::Attributes::IntegerAttr
- Defined in:
- lib/aws/record/model/attributes.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Attributes::BaseAttr
Class Method Summary collapse
Methods inherited from Attributes::IntegerAttr
Methods inherited from Attributes::BaseAttr
allow_set?, #default_value, deserialize, #deserialize, #initialize, #persist_as, #serialize, #set?, #type_cast
Constructor Details
This class inherits a constructor from AWS::Record::Attributes::BaseAttr
Class Method Details
.serialize(integer, options = {}) ⇒ Object
29 30 31 |
# File 'lib/aws/record/model/attributes.rb', line 29 def self.serialize integer, = {} super.to_s end |