Class: TonSdkRuby::CellPointer
- Inherits:
-
Object
- Object
- TonSdkRuby::CellPointer
- Defined in:
- lib/ton-sdk-ruby/boc/serializer.rb
Instance Attribute Summary collapse
-
#builder ⇒ Object
Returns the value of attribute builder.
-
#cell ⇒ Object
Returns the value of attribute cell.
-
#refs ⇒ Object
Returns the value of attribute refs.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#builder ⇒ Object
Returns the value of attribute builder.
29 30 31 |
# File 'lib/ton-sdk-ruby/boc/serializer.rb', line 29 def builder @builder end |
#cell ⇒ Object
Returns the value of attribute cell.
29 30 31 |
# File 'lib/ton-sdk-ruby/boc/serializer.rb', line 29 def cell @cell end |
#refs ⇒ Object
Returns the value of attribute refs.
29 30 31 |
# File 'lib/ton-sdk-ruby/boc/serializer.rb', line 29 def refs @refs end |
#type ⇒ Object
Returns the value of attribute type.
29 30 31 |
# File 'lib/ton-sdk-ruby/boc/serializer.rb', line 29 def type @type end |