Class: Takoyaki::Commands::Reviews

Inherits:
Object
  • Object
show all
Defined in:
lib/takoyaki/commands/reviews.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#targetObject (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

#executeObject



12
13
14
# File 'lib/takoyaki/commands/reviews.rb', line 12

def execute
  output
end