Class: Clouddns::Actions::GenericAction
- Inherits:
-
Object
- Object
- Clouddns::Actions::GenericAction
- Defined in:
- lib/clouddns/actions/generic_action.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(zone, options = {}) ⇒ GenericAction
constructor
A new instance of GenericAction.
Constructor Details
#initialize(zone, options = {}) ⇒ GenericAction
Returns a new instance of GenericAction.
4 5 6 7 |
# File 'lib/clouddns/actions/generic_action.rb', line 4 def initialize zone, = {} @zone = zone @options = end |
Class Method Details
.run(zone, options = {}) ⇒ Object
8 9 10 |
# File 'lib/clouddns/actions/generic_action.rb', line 8 def self.run zone, = {} new(zone, ).run end |