Method: SDM::Gateway#bind_address

Defined in:
lib/models/porcelain.rb

#bind_addressObject

The hostname/port tuple which the gateway daemon will bind to. If not provided on create, set to “0.0.0.0:<listen_address_port>”.



3839
3840
3841
# File 'lib/models/porcelain.rb', line 3839

def bind_address
  @bind_address
end