Method: Gemfire::ApplicationCode#to_s
- Defined in:
- lib/vas/gemfire/application_code.rb
#to_s ⇒ String
Returns 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 |