class TonSdk::Debot::ResultOfAppDebotBrowser
Attributes
is_approved[R]
signing_box[R]
type_[R]
value[R]
Public Class Methods
new_with_type_approve(a)
click to toggle source
# File lib/ton_sdk_client/debot.rb, line 204 def self.new_with_type_approve(a) @type_ = :approve @is_approved = a end
new_with_type_get_signing_box(a)
click to toggle source
# File lib/ton_sdk_client/debot.rb, line 195 def self.new_with_type_get_signing_box(a) @type_ = :get_signing_box @signing_box = signing_box end
new_with_type_input(a)
click to toggle source
# File lib/ton_sdk_client/debot.rb, line 190 def self.new_with_type_input(a) @type_ = :input @value = a end
new_with_type_invoke_debot()
click to toggle source
# File lib/ton_sdk_client/debot.rb, line 200 def self.new_with_type_invoke_debot @type_ = :invoke_debot end