Module: SerializationScopes::InstanceExtensions
- Defined in:
- lib/serialization_scopes.rb
Instance Method Summary collapse
Instance Method Details
#serializable_hash(options = {}) ⇒ Object
40 41 42 |
# File 'lib/serialization_scopes.rb', line 40 def serializable_hash( = {}) super self.class.() end |
#to_xml(options = {}) ⇒ Object
36 37 38 |
# File 'lib/serialization_scopes.rb', line 36 def to_xml( = {}) super self.class.() end |