Class: StatefulEnum::PlantUML::Item

Inherits:
Struct
  • Object
show all
Defined in:
lib/generators/stateful_enum/plantuml_generator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fromObject

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



68
69
70
# File 'lib/generators/stateful_enum/plantuml_generator.rb', line 68

def from
  @from
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



68
69
70
# File 'lib/generators/stateful_enum/plantuml_generator.rb', line 68

def label
  @label
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



68
69
70
# File 'lib/generators/stateful_enum/plantuml_generator.rb', line 68

def to
  @to
end