Method: AppInfo::Protobuf::Base#initialize
- Defined in:
- lib/app_info/protobuf/manifest.rb
#initialize(doc, resources = nil) ⇒ Base
Returns a new instance of Base.
13 14 15 16 |
# File 'lib/app_info/protobuf/manifest.rb', line 13 def initialize(doc, resources = nil) @resources = resources parse(doc) end |