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



2393
2394
2395
# File 'lib/models/porcelain.rb', line 2393

def bind_address
  @bind_address
end