Class: Takoyaki::Commands::Reviews
- Inherits:
-
Object
- Object
- Takoyaki::Commands::Reviews
- Defined in:
- lib/takoyaki/commands/reviews.rb
Instance Attribute Summary collapse
-
#target ⇒ Object
readonly
Returns the value of attribute target.
Instance Method Summary collapse
- #execute ⇒ Object
-
#initialize(target = nil) ⇒ Reviews
constructor
A new instance of Reviews.
Constructor Details
#initialize(target = nil) ⇒ Reviews
Returns a new instance of Reviews.
8 9 10 |
# File 'lib/takoyaki/commands/reviews.rb', line 8 def initialize(target = nil) @target = target end |
Instance Attribute Details
#target ⇒ Object (readonly)
Returns the value of attribute target.
6 7 8 |
# File 'lib/takoyaki/commands/reviews.rb', line 6 def target @target end |
Instance Method Details
#execute ⇒ Object
12 13 14 |
# File 'lib/takoyaki/commands/reviews.rb', line 12 def execute output end |