Class: Android::Resource::ResTableLibraryType
- Inherits:
-
ChunkHeader
- Object
- Chunk
- ChunkHeader
- Android::Resource::ResTableLibraryType
- Defined in:
- lib/android/resource.rb
Defined Under Namespace
Classes: ResTableLibraryValue
Instance Attribute Summary collapse
-
#libraries ⇒ Object
readonly
Returns the value of attribute libraries.
Attributes inherited from ChunkHeader
Instance Method Summary collapse
Methods inherited from Chunk
#current_position, #exec_parse, #initialize, #read_int16, #read_int32, #read_int8
Constructor Details
This class inherits a constructor from Android::Resource::Chunk
Instance Attribute Details
#libraries ⇒ Object (readonly)
Returns the value of attribute libraries.
563 564 565 |
# File 'lib/android/resource.rb', line 563 def libraries @libraries end |
Instance Method Details
#inspect ⇒ Object
577 578 579 |
# File 'lib/android/resource.rb', line 577 def inspect "<ResTableLibraryType library_count:#{@libraries.size}>" end |