Class: Base::BaseSignatureStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/clino/domain/signature/base.rb

Instance Attribute Summary collapse

Instance Attribute Details

#defaultObject

Returns the value of attribute default

Returns:

  • (Object)

    the current value of default



4
5
6
# File 'lib/clino/domain/signature/base.rb', line 4

def default
  @default
end

#descObject

Returns the value of attribute desc

Returns:

  • (Object)

    the current value of desc



4
5
6
# File 'lib/clino/domain/signature/base.rb', line 4

def desc
  @desc
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/clino/domain/signature/base.rb', line 4

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



4
5
6
# File 'lib/clino/domain/signature/base.rb', line 4

def type
  @type
end