Class: EverSdk::Debot::DebotActivity
- Inherits:
-
Object
- Object
- EverSdk::Debot::DebotActivity
- Defined in:
- lib/ever_sdk_client/debot.rb
Instance Attribute Summary collapse
-
#dst ⇒ Object
readonly
Returns the value of attribute dst.
-
#fee ⇒ Object
readonly
Returns the value of attribute fee.
-
#msg ⇒ Object
readonly
Returns the value of attribute msg.
-
#out ⇒ Object
readonly
Returns the value of attribute out.
-
#setcode ⇒ Object
readonly
Returns the value of attribute setcode.
-
#signing_box_handle ⇒ Object
readonly
Returns the value of attribute signing_box_handle.
-
#signkey ⇒ Object
readonly
Returns the value of attribute signkey.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#dst ⇒ Object (readonly)
Returns the value of attribute dst.
83 84 85 |
# File 'lib/ever_sdk_client/debot.rb', line 83 def dst @dst end |
#fee ⇒ Object (readonly)
Returns the value of attribute fee.
83 84 85 |
# File 'lib/ever_sdk_client/debot.rb', line 83 def fee @fee end |
#msg ⇒ Object (readonly)
Returns the value of attribute msg.
83 84 85 |
# File 'lib/ever_sdk_client/debot.rb', line 83 def msg @msg end |
#out ⇒ Object (readonly)
Returns the value of attribute out.
83 84 85 |
# File 'lib/ever_sdk_client/debot.rb', line 83 def out @out end |
#setcode ⇒ Object (readonly)
Returns the value of attribute setcode.
83 84 85 |
# File 'lib/ever_sdk_client/debot.rb', line 83 def setcode @setcode end |
#signing_box_handle ⇒ Object (readonly)
Returns the value of attribute signing_box_handle.
83 84 85 |
# File 'lib/ever_sdk_client/debot.rb', line 83 def signing_box_handle @signing_box_handle end |
#signkey ⇒ Object (readonly)
Returns the value of attribute signkey.
83 84 85 |
# File 'lib/ever_sdk_client/debot.rb', line 83 def signkey @signkey end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
83 84 85 |
# File 'lib/ever_sdk_client/debot.rb', line 83 def type @type end |