Class: Rapids::Batch::Update

Inherits:
Object
  • Object
show all
Defined in:
lib/rapids/batch/update.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ Update

Returns a new instance of Update.



6
7
8
# File 'lib/rapids/batch/update.rb', line 6

def initialize(name)
  @name = name
end

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



4
5
6
# File 'lib/rapids/batch/update.rb', line 4

def name
  @name
end

Instance Method Details

#pathObject



10
11
12
# File 'lib/rapids/batch/update.rb', line 10

def path
  [{:type => :update, :name => name}]
end