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



6239
6240
6241
# File 'lib/models/porcelain.rb', line 6239

def bind_address
  @bind_address
end