Module: Azure::ServiceBus::Serialization
- Extended by:
- ClassMethods
- Defined in:
- lib/azure/service_bus/serialization.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Methods included from ClassMethods
expect_node, handle_rule_description_element, resource_from_xml, resource_to_xml, resources_from_xml, resources_from_xml_with_next_link, rule_aspect_to_xml, rule_to_xml, slopify, to_bool
Class Method Details
.included(other) ⇒ Object
156 157 158 |
# File 'lib/azure/service_bus/serialization.rb', line 156 def self.included( other ) other.extend( ClassMethods ) end |