Class: AppInfo::Protobuf::Attribute
- Defined in:
- lib/app_info/protobuf/manifest.rb
Overview
AAB Protobuf Attribute
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#namespace ⇒ Object
readonly
Returns the value of attribute namespace.
-
#resource_id ⇒ Object
readonly
Returns the value of attribute resource_id.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
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
#name ⇒ Object (readonly)
Returns the value of attribute name.
27 28 29 |
# File 'lib/app_info/protobuf/manifest.rb', line 27 def name @name end |
#namespace ⇒ Object (readonly)
Returns the value of attribute namespace.
27 28 29 |
# File 'lib/app_info/protobuf/manifest.rb', line 27 def namespace @namespace end |
#resource_id ⇒ Object (readonly)
Returns the value of attribute resource_id.
27 28 29 |
# File 'lib/app_info/protobuf/manifest.rb', line 27 def resource_id @resource_id end |
#value ⇒ Object (readonly)
Returns the value of attribute value.
27 28 29 |
# File 'lib/app_info/protobuf/manifest.rb', line 27 def value @value end |