class Rapids::Batch::Update
Attributes
name[R]
Public Class Methods
new(name)
click to toggle source
# File lib/rapids/batch/update.rb, line 6 def initialize(name) @name = name end
Public Instance Methods
path()
click to toggle source
# File lib/rapids/batch/update.rb, line 10 def path [{:type => :update, :name => name}] end