Method: Gemfire::ApplicationCode#to_s

Defined in:
lib/vas/gemfire/application_code.rb

#to_sString

Returns a string representation of the application code.

Returns:

  • (String)

    a string representation of the application code



49
50
51
# File 'lib/vas/gemfire/application_code.rb', line 49

def to_s #:nodoc:
  "#<#{self.class} name='#@name' version=#@version>"
end