Class: Trailblazer::Developer::Generate::Arrow

Inherits:
Struct
  • Object
show all
Defined in:
lib/trailblazer/developer/generate.rb

Instance Attribute Summary collapse

Instance Attribute Details

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



10
11
12
# File 'lib/trailblazer/developer/generate.rb', line 10

def label
  @label
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



10
11
12
# File 'lib/trailblazer/developer/generate.rb', line 10

def message
  @message
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



10
11
12
# File 'lib/trailblazer/developer/generate.rb', line 10

def target
  @target
end