Class: TonSdkRuby::CellPointer

Inherits:
Object
  • Object
show all
Defined in:
lib/ton-sdk-ruby/boc/serializer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#builderObject

Returns the value of attribute builder.



29
30
31
# File 'lib/ton-sdk-ruby/boc/serializer.rb', line 29

def builder
  @builder
end

#cellObject

Returns the value of attribute cell.



29
30
31
# File 'lib/ton-sdk-ruby/boc/serializer.rb', line 29

def cell
  @cell
end

#refsObject

Returns the value of attribute refs.



29
30
31
# File 'lib/ton-sdk-ruby/boc/serializer.rb', line 29

def refs
  @refs
end

#typeObject

Returns the value of attribute type.



29
30
31
# File 'lib/ton-sdk-ruby/boc/serializer.rb', line 29

def type
  @type
end