Class: TestModule::LibraryNew
- Inherits:
-
Object
- Object
- TestModule::LibraryNew
- Defined in:
- lib/test_module/library_new.rb
Instance Attribute Summary collapse
-
#called ⇒ Object
readonly
Returns the value of attribute called.
-
#lib_attribute ⇒ Object
Returns the value of attribute lib_attribute.
Instance Method Summary collapse
Instance Attribute Details
#called ⇒ Object (readonly)
Returns the value of attribute called.
3 4 5 |
# File 'lib/test_module/library_new.rb', line 3 def called @called end |
#lib_attribute ⇒ Object
Returns the value of attribute lib_attribute.
4 5 6 |
# File 'lib/test_module/library_new.rb', line 4 def lib_attribute @lib_attribute end |
Instance Method Details
#a_method ⇒ Object
9 10 11 |
# File 'lib/test_module/library_new.rb', line 9 def a_method @called = true; end |
#method_on_library_new ⇒ Object
5 6 7 |
# File 'lib/test_module/library_new.rb', line 5 def method_on_library_new @called = true; end |