Method: BBGAPI::Blocks_Templates.menulist
- Defined in:
- lib/bbgapi/blocks_templates.rb
.menulist ⇒ Object
3 4 5 6 7 8 9 10 11 12 13 14 |
# File 'lib/bbgapi/blocks_templates.rb', line 3 def self. choose do || puts "Block Templates" puts "----------------------------------------" .prompt = "Which Action?" .choices(:list) {self.list} .choices(:create) {self.create} .choices(:update) {self.tbi} .choices(:delete) {self.tbi} end end |