Class: Supa::Commands::Attributes
- Inherits:
-
Supa::Command
- Object
- Supa::Command
- Supa::Commands::Attributes
- Defined in:
- lib/supa/commands/attributes.rb
Constant Summary
Constants inherited from Supa::Command
Supa::Command::UnsupportedModifier
Instance Method Summary collapse
Methods inherited from Supa::Command
Constructor Details
This class inherits a constructor from Supa::Command
Instance Method Details
#represent ⇒ Object
4 5 6 7 8 9 10 |
# File 'lib/supa/commands/attributes.rb', line 4 def represent names.each do |name| Supa::Commands::Attribute.new( @subject, representer: @representer, tree: @tree, name: name, options: ).represent end end |