Method: Shared::Instance#name

Defined in:
lib/vas/shared/instance.rb

#nameString (readonly)

Returns the instance’s name.

Returns:

  • (String)

    the instance’s name



25
26
27
# File 'lib/vas/shared/instance.rb', line 25

def name
  @name
end