Class: Android::Resource::ResValue
- Defined in:
- lib/android/resource.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#data_type ⇒ Object
readonly
Returns the value of attribute data_type.
-
#size ⇒ Object
readonly
Returns the value of attribute size.
Method Summary
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
#data ⇒ Object (readonly)
Returns the value of attribute data.
437 438 439 |
# File 'lib/android/resource.rb', line 437 def data @data end |
#data_type ⇒ Object (readonly)
Returns the value of attribute data_type.
437 438 439 |
# File 'lib/android/resource.rb', line 437 def data_type @data_type end |
#size ⇒ Object (readonly)
Returns the value of attribute size.
437 438 439 |
# File 'lib/android/resource.rb', line 437 def size @size end |