Method: Sqlfire::LocatorInstance#to_s
- Defined in:
- lib/vas/sqlfire/locator_instances.rb
#to_s ⇒ String
Returns a string representation of the instance.
204 205 206 |
# File 'lib/vas/sqlfire/locator_instances.rb', line 204 def to_s "#<#{self.class} name='#{name}' bind_address='#@bind_address' client_bind_address='#@client_bind_address' client_port='#@client_port' initial_heap='#@initial_heap' jvm_options='#@jvm_options' max_heap='#@max_heap' peer_discovery_address='#@peer_discovery_address' peer_discovery_port='#@peer_discovery_port' run_netserver='#@run_netserver'>" end |