Class: AppDrone::HighVoltage

Inherits:
Drone
  • Object
show all
Defined in:
lib/app_drone/drones/high_voltage/high_voltage.rb

Instance Attribute Summary

Attributes inherited from Drone

#params

Instance Method Summary collapse

Methods inherited from Drone

#>>, #^, categories, category, dependants, dependencies, depends_on, desc, #do!, #do_finally!, drones, #flair!, generator_method, human_name, #initialize, #method_missing, #notify!, owns_generator_method, #pair?, pairs, pairs_with, param, #param, param_named, param_with, params, precursors, #render, run_after, #setup, to_sym

Constructor Details

This class inherits a constructor from AppDrone::Drone

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class AppDrone::Drone

Instance Method Details

#alignObject



7
8
9
# File 'lib/app_drone/drones/high_voltage/high_voltage.rb', line 7

def align
  bundle.add 'high_voltage'
end

#executeObject



11
12
13
# File 'lib/app_drone/drones/high_voltage/high_voltage.rb', line 11

def execute
  do! :create_pages_directory
end