Class: Rubycli::ReturnDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/rubycli/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



17
18
19
# File 'lib/rubycli/types.rb', line 17

def description
  @description
end

#typesObject

Returns the value of attribute types

Returns:

  • (Object)

    the current value of types



17
18
19
# File 'lib/rubycli/types.rb', line 17

def types
  @types
end