Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/types/hash.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.proton_data_get(data) ⇒ Object

Deprecated.


34
35
36
37
# File 'lib/types/hash.rb', line 34

def self.proton_data_get(data)
  Qpid::Proton::Util::Deprecation.deprecated(__method__, "Codec::Data#map")
  data.map
end

Instance Method Details

#proton_data_put(data) ⇒ Object

Deprecated.


28
29
30
31
# File 'lib/types/hash.rb', line 28

def proton_data_put(data)
  Qpid::Proton::Util::Deprecation.deprecated(__method__, "Codec::Data#map=")
  data.map = self
end