Class: BinanceClient::SubAccountSetSpotBnbBurnResponse
- Inherits:
-
BaseResponse
- Object
- BaseResponse
- BinanceClient::SubAccountSetSpotBnbBurnResponse
- Defined in:
- lib/binance_client/responses/sub_account_set_spot_bnb_burn_response.rb
Instance Method Summary collapse
- #spot_bnb_burn ⇒ Object (also: #spot_bnb_burn?)
Methods inherited from BaseResponse
#body_code, #default_message, #used_weights
Instance Method Details
#spot_bnb_burn ⇒ Object Also known as: spot_bnb_burn?
4 5 6 |
# File 'lib/binance_client/responses/sub_account_set_spot_bnb_burn_response.rb', line 4 def spot_bnb_burn !!body["spotBNBBurn"] end |