struct AppPusher::App::SURLConfig
- AppPusher::App::SURLConfig
- Struct
- Value
- Object
Overview
=> 各种URL配置
Defined in:
app_pusher/app.crConstructors
Instance Method Summary
- #url_explorer_account : String | Nil
- #url_explorer_asset : String | Nil
- #url_explorer_block : String | Nil
- #url_explorer_oid : String | Nil
- #url_explorer_trx : String | Nil
Constructor Detail
def self.new(url_explorer_trx : Nil | String = nil, url_explorer_block : Nil | String = nil, url_explorer_account : Nil | String = nil, url_explorer_asset : Nil | String = nil, url_explorer_oid : Nil | String = nil)
#