Method: Gemfire::ApplicationCodeImage#live_application_code
- Defined in:
- lib/vas/gemfire/application_code_images.rb
#live_application_code ⇒ ApplicationCode[]
Returns the live application code that has been created from this application code image.
64 65 66 |
# File 'lib/vas/gemfire/application_code_images.rb', line 64 def live_application_code @live_application_codes ||= create_resources_from_links('live-application-code', ApplicationCode) end |