Class: YARD::MRuby::CodeObjects::FunctionObject::ParameterType

Inherits:
Struct
  • Object
show all
Defined in:
lib/yard/mruby/code_objects/function_object.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/yard/mruby/code_objects/function_object.rb', line 5

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



5
6
7
# File 'lib/yard/mruby/code_objects/function_object.rb', line 5

def type
  @type
end