Class: TonSdkRuby::BocHeader
- Inherits:
-
Object
- Object
- TonSdkRuby::BocHeader
- Defined in:
- lib/ton-sdk-ruby/boc/serializer.rb
Instance Attribute Summary collapse
-
#absent_num ⇒ Object
Returns the value of attribute absent_num.
-
#cells_data ⇒ Object
Returns the value of attribute cells_data.
-
#cells_num ⇒ Object
Returns the value of attribute cells_num.
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#has_cache_bits ⇒ Object
Returns the value of attribute has_cache_bits.
-
#has_index ⇒ Object
Returns the value of attribute has_index.
-
#hash_crc32 ⇒ Object
Returns the value of attribute hash_crc32.
-
#offset_bytes ⇒ Object
Returns the value of attribute offset_bytes.
-
#root_list ⇒ Object
Returns the value of attribute root_list.
-
#roots_num ⇒ Object
Returns the value of attribute roots_num.
-
#size_bytes ⇒ Object
Returns the value of attribute size_bytes.
-
#tot_cells_size ⇒ Object
Returns the value of attribute tot_cells_size.
Instance Attribute Details
#absent_num ⇒ Object
Returns the value of attribute absent_num.
15 16 17 |
# File 'lib/ton-sdk-ruby/boc/serializer.rb', line 15 def absent_num @absent_num end |
#cells_data ⇒ Object
Returns the value of attribute cells_data.
15 16 17 |
# File 'lib/ton-sdk-ruby/boc/serializer.rb', line 15 def cells_data @cells_data end |
#cells_num ⇒ Object
Returns the value of attribute cells_num.
15 16 17 |
# File 'lib/ton-sdk-ruby/boc/serializer.rb', line 15 def cells_num @cells_num end |
#flags ⇒ Object
Returns the value of attribute flags.
15 16 17 |
# File 'lib/ton-sdk-ruby/boc/serializer.rb', line 15 def flags @flags end |
#has_cache_bits ⇒ Object
Returns the value of attribute has_cache_bits.
15 16 17 |
# File 'lib/ton-sdk-ruby/boc/serializer.rb', line 15 def has_cache_bits @has_cache_bits end |
#has_index ⇒ Object
Returns the value of attribute has_index.
15 16 17 |
# File 'lib/ton-sdk-ruby/boc/serializer.rb', line 15 def has_index @has_index end |
#hash_crc32 ⇒ Object
Returns the value of attribute hash_crc32.
15 16 17 |
# File 'lib/ton-sdk-ruby/boc/serializer.rb', line 15 def hash_crc32 @hash_crc32 end |
#offset_bytes ⇒ Object
Returns the value of attribute offset_bytes.
15 16 17 |
# File 'lib/ton-sdk-ruby/boc/serializer.rb', line 15 def offset_bytes @offset_bytes end |
#root_list ⇒ Object
Returns the value of attribute root_list.
15 16 17 |
# File 'lib/ton-sdk-ruby/boc/serializer.rb', line 15 def root_list @root_list end |
#roots_num ⇒ Object
Returns the value of attribute roots_num.
15 16 17 |
# File 'lib/ton-sdk-ruby/boc/serializer.rb', line 15 def roots_num @roots_num end |
#size_bytes ⇒ Object
Returns the value of attribute size_bytes.
15 16 17 |
# File 'lib/ton-sdk-ruby/boc/serializer.rb', line 15 def size_bytes @size_bytes end |
#tot_cells_size ⇒ Object
Returns the value of attribute tot_cells_size.
15 16 17 |
# File 'lib/ton-sdk-ruby/boc/serializer.rb', line 15 def tot_cells_size @tot_cells_size end |