Class: Matchy::Adapter
- Inherits:
-
Struct
- Object
- Struct
- Matchy::Adapter
- Defined in:
- lib/matchy.rb
Instance Attribute Summary collapse
-
#full_name ⇒ Object
Returns the value of attribute full_name.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#full_name ⇒ Object
Returns the value of attribute full_name
8 9 10 |
# File 'lib/matchy.rb', line 8 def full_name @full_name end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/matchy.rb', line 8 def name @name end |
Instance Method Details
#on_use ⇒ Object
9 |
# File 'lib/matchy.rb', line 9 def on_use; end |