Method: DavinciRubyClientSDK::Blueprint#mount
- Defined in:
- lib/DavinciRubyClientSDK/blueprint.rb
#mount {|_self| ... } ⇒ Object
37 38 39 40 41 |
# File 'lib/DavinciRubyClientSDK/blueprint.rb', line 37 def mount @mount ||= Hash.new yield self if block_given? @mount end |