Module: Azure::Storage::Common::Service::Serialization

Extended by:
ClassMethods
Defined in:
lib/azure/storage/common/service/serialization.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Methods included from ClassMethods

access_policy_from_xml, ary_from_node, cors_from_xml, cors_rule_from_xml, cors_rule_to_xml, cors_to_xml, enumeration_results_from_xml, expect_node, geo_replication_from_xml, hour_metrics_to_xml, logging_from_xml, logging_to_xml, metadata_from_headers, metadata_from_xml, metrics_from_xml, metrics_to_xml_children, minute_metrics_to_xml, retention_policy_from_xml, retention_policy_to_xml, service_properties_from_xml, service_properties_to_xml, service_stats_from_xml, signed_identifier_from_xml, signed_identifiers_from_xml, signed_identifiers_to_xml, slopify, to_bool

Class Method Details

.included(other) ⇒ Object



330
331
332
# File 'lib/azure/storage/common/service/serialization.rb', line 330

def self.included(other)
  other.extend(ClassMethods)
end