Class: AppInfo::Protobuf::Attribute

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

Overview

AAB Protobuf Attribute

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

#nameObject (readonly)

Returns the value of attribute name.



27
28
29
# File 'lib/app_info/protobuf/manifest.rb', line 27

def name
  @name
end

#namespaceObject (readonly)

Returns the value of attribute namespace.



27
28
29
# File 'lib/app_info/protobuf/manifest.rb', line 27

def namespace
  @namespace
end

#resource_idObject (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

#valueObject (readonly)

Returns the value of attribute value.



27
28
29
# File 'lib/app_info/protobuf/manifest.rb', line 27

def value
  @value
end