Class: TonSdkRuby::CellNode
- Inherits:
- 
      Object
      
        - Object
- TonSdkRuby::CellNode
 
- Defined in:
- lib/ton-sdk-ruby/boc/serializer.rb
Instance Attribute Summary collapse
- 
  
    
      #cell  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute cell. 
- 
  
    
      #children  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute children. 
- 
  
    
      #scanned  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute scanned. 
Instance Attribute Details
#cell ⇒ Object
Returns the value of attribute cell.
| 21 22 23 | # File 'lib/ton-sdk-ruby/boc/serializer.rb', line 21 def cell @cell end | 
#children ⇒ Object
Returns the value of attribute children.
| 21 22 23 | # File 'lib/ton-sdk-ruby/boc/serializer.rb', line 21 def children @children end | 
#scanned ⇒ Object
Returns the value of attribute scanned.
| 21 22 23 | # File 'lib/ton-sdk-ruby/boc/serializer.rb', line 21 def scanned @scanned end |