Class: Matchy::Adapter

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#full_nameObject

Returns the value of attribute full_name

Returns:

  • (Object)

    the current value of full_name



8
9
10
# File 'lib/matchy.rb', line 8

def full_name
  @full_name
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/matchy.rb', line 8

def name
  @name
end

Instance Method Details

#on_useObject



9
# File 'lib/matchy.rb', line 9

def on_use; end