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>”.



3833
3834
3835
# File 'lib/models/porcelain.rb', line 3833

def bind_address
  @bind_address
end