class RocketAMF::Types::TypedHash

Hash-like object that can store a type string. Used to preserve type information for unmapped objects after deserialization.

Attributes

type[R]

Properties

Public Class Methods

new(type) click to toggle source

Methods

   # File lib/rocketamf/types/typed_hash.rb
18 def initialize(type)
19   @type = type
20 end