Class: AppInfo::Protobuf::Node

Inherits:
Base
  • Object
show all
Defined in:
lib/app_info/protobuf/manifest.rb

Overview

AAB Protobuf Node class.

example: manifest,activity, activity-alias, service, receiver, provider, application

Direct Known Subclasses

Manifest, Manifest::Data, Manifest::IntentFilter

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Methods included from Helper::GenerateClass

#create_class, #define_instance_method

Constructor Details

This class inherits a constructor from AppInfo::Protobuf::Base

Instance Attribute Details

#attributesObject (readonly)

Returns the value of attribute attributes.



55
56
57
# File 'lib/app_info/protobuf/manifest.rb', line 55

def attributes
  @attributes
end

#childrenObject (readonly)

Returns the value of attribute children.



55
56
57
# File 'lib/app_info/protobuf/manifest.rb', line 55

def children
  @children
end

#nameObject (readonly)

Returns the value of attribute name.



55
56
57
# File 'lib/app_info/protobuf/manifest.rb', line 55

def name
  @name
end