Class: InItaliano::History
- Inherits:
-
Object
- Object
- InItaliano::History
- Defined in:
- lib/in_italiano/history.rb
Instance Attribute Summary collapse
-
#last_class ⇒ Object
Returns the value of attribute last_class.
-
#last_method ⇒ Object
Returns the value of attribute last_method.
Instance Method Summary collapse
Instance Attribute Details
#last_class ⇒ Object
Returns the value of attribute last_class.
3 4 5 |
# File 'lib/in_italiano/history.rb', line 3 def last_class @last_class end |
#last_method ⇒ Object
Returns the value of attribute last_method.
4 5 6 |
# File 'lib/in_italiano/history.rb', line 4 def last_method @last_method end |
Instance Method Details
#intialize ⇒ Object
6 7 8 9 |
# File 'lib/in_italiano/history.rb', line 6 def intialize @last_class = nil @last_method = nil end |