class NexusAPI::Move
Attributes
api[RW]
Public Instance Methods
components()
click to toggle source
# File lib/nexus_api/cli_commands/move.rb, line 10 def components setup @api.move_components_to(destination: options[:destination], tag: options[:tag]) end