Class: Tins::MethodDescription::Parameters::KeyreqParameter

Inherits:
Parameter
  • Object
show all
Defined in:
lib/tins/method_description.rb

Instance Attribute Summary

Attributes inherited from Parameter

#name, #type

Instance Method Summary collapse

Methods inherited from Parameter

#==, #inspect

Instance Method Details

#to_sObject



45
46
47
# File 'lib/tins/method_description.rb', line 45

def to_s
  "#{name}:"
end