Class: AppInfo::Protobuf::Node

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

Direct Known Subclasses

Manifest, Manifest::Data, Manifest::IntentFilter

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Methods included from Helper::Defines

#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.



51
52
53
# File 'lib/app_info/protobuf/manifest.rb', line 51

def attributes
  @attributes
end

#childrenObject (readonly)

Returns the value of attribute children.



51
52
53
# File 'lib/app_info/protobuf/manifest.rb', line 51

def children
  @children
end

#nameObject (readonly)

Returns the value of attribute name.



51
52
53
# File 'lib/app_info/protobuf/manifest.rb', line 51

def name
  @name
end