Class: SgtnClient::Common::BundleData
- Inherits:
-
Hash
- Object
- Hash
- SgtnClient::Common::BundleData
- Includes:
- DataInfo
- Defined in:
- lib/sgtn-client/common/data.rb
Overview
:nodoc:
Instance Attribute Summary
Attributes included from DataInfo
Instance Method Summary collapse
-
#initialize(*args) ⇒ BundleData
constructor
A new instance of BundleData.
Methods included from DataInfo
Constructor Details
#initialize(*args) ⇒ BundleData
53 54 55 56 57 58 59 60 |
# File 'lib/sgtn-client/common/data.rb', line 53 def initialize(*args) if !args.empty? && args[0].is_a?(Hash) update(args[0]) super() else super end end |