Class: Attribute

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

Instance Attribute Summary collapse

Instance Attribute Details

#argument_typesObject

Returns the value of attribute argument_types

Returns:

  • (Object)

    the current value of argument_types



7
8
9
# File 'lib/interface_semantics.rb', line 7

def argument_types
  @argument_types
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/interface_semantics.rb', line 7

def name
  @name
end

#return_typeObject

Returns the value of attribute return_type

Returns:

  • (Object)

    the current value of return_type



7
8
9
# File 'lib/interface_semantics.rb', line 7

def return_type
  @return_type
end