Class: AppInfo::Protobuf::Node
- 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
Instance Attribute Summary collapse
-
#attributes ⇒ Object
readonly
Returns the value of attribute attributes.
-
#children ⇒ Object
readonly
Returns the value of attribute children.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Method Summary
Methods inherited from Base
Methods included from Helper::GenerateClass
#create_class, #define_instance_method
Constructor Details
This class inherits a constructor from AppInfo::Protobuf::Base
Instance Attribute Details
#attributes ⇒ Object (readonly)
Returns the value of attribute attributes.
55 56 57 |
# File 'lib/app_info/protobuf/manifest.rb', line 55 def attributes @attributes end |
#children ⇒ Object (readonly)
Returns the value of attribute children.
55 56 57 |
# File 'lib/app_info/protobuf/manifest.rb', line 55 def children @children end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
55 56 57 |
# File 'lib/app_info/protobuf/manifest.rb', line 55 def name @name end |