Module: Moonshot::ResourcesHelper

Overview

Provides shorthand methods for accessing resources provided by the Resources container.

Instance Attribute Summary collapse

Instance Attribute Details

#resources=(value) ⇒ Object (writeonly)

Sets the attribute resources

Parameters:

  • value

    the value to set the attribute resources to.


7
8
9
# File 'lib/moonshot/resources_helper.rb', line 7

def resources=(value)
  @resources = value
end