Class: AWS::Record::Model::Attributes::BooleanAttr

Inherits:
Attributes::BooleanAttr show all
Defined in:
lib/aws/record/model/attributes.rb

Instance Attribute Summary

Attributes inherited from Attributes::BaseAttr

#name, #options

Class Method Summary collapse

Methods inherited from Attributes::BooleanAttr

allow_set?, type_cast

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(boolean, options = {}) ⇒ Object



23
24
25
# File 'lib/aws/record/model/attributes.rb', line 23

def self.serialize boolean, options = {}
  super.to_s
end