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