Class: BitClust::ClassEntry::Parts
- Defined in:
- lib/bitclust/classentry.rb
Instance Attribute Summary collapse
-
#added ⇒ Object
Returns the value of attribute added.
-
#constants ⇒ Object
Returns the value of attribute constants.
-
#instance_methods ⇒ Object
Returns the value of attribute instance_methods.
-
#module_functions ⇒ Object
Returns the value of attribute module_functions.
-
#nomethod ⇒ Object
Returns the value of attribute nomethod.
-
#private_instance_methods ⇒ Object
Returns the value of attribute private_instance_methods.
-
#private_singleton_methods ⇒ Object
Returns the value of attribute private_singleton_methods.
-
#protected_instance_methods ⇒ Object
Returns the value of attribute protected_instance_methods.
-
#redefined ⇒ Object
Returns the value of attribute redefined.
-
#singleton_methods ⇒ Object
Returns the value of attribute singleton_methods.
-
#special_variables ⇒ Object
Returns the value of attribute special_variables.
-
#undefined ⇒ Object
Returns the value of attribute undefined.
Instance Attribute Details
#added ⇒ Object
Returns the value of attribute added
274 275 276 |
# File 'lib/bitclust/classentry.rb', line 274 def added @added end |
#constants ⇒ Object
Returns the value of attribute constants
274 275 276 |
# File 'lib/bitclust/classentry.rb', line 274 def constants @constants end |
#instance_methods ⇒ Object
Returns the value of attribute instance_methods
274 275 276 |
# File 'lib/bitclust/classentry.rb', line 274 def instance_methods @instance_methods end |
#module_functions ⇒ Object
Returns the value of attribute module_functions
274 275 276 |
# File 'lib/bitclust/classentry.rb', line 274 def module_functions @module_functions end |
#nomethod ⇒ Object
Returns the value of attribute nomethod
274 275 276 |
# File 'lib/bitclust/classentry.rb', line 274 def nomethod @nomethod end |
#private_instance_methods ⇒ Object
Returns the value of attribute private_instance_methods
274 275 276 |
# File 'lib/bitclust/classentry.rb', line 274 def private_instance_methods @private_instance_methods end |
#private_singleton_methods ⇒ Object
Returns the value of attribute private_singleton_methods
274 275 276 |
# File 'lib/bitclust/classentry.rb', line 274 def private_singleton_methods @private_singleton_methods end |
#protected_instance_methods ⇒ Object
Returns the value of attribute protected_instance_methods
274 275 276 |
# File 'lib/bitclust/classentry.rb', line 274 def protected_instance_methods @protected_instance_methods end |
#redefined ⇒ Object
Returns the value of attribute redefined
274 275 276 |
# File 'lib/bitclust/classentry.rb', line 274 def redefined @redefined end |
#singleton_methods ⇒ Object
Returns the value of attribute singleton_methods
274 275 276 |
# File 'lib/bitclust/classentry.rb', line 274 def singleton_methods @singleton_methods end |
#special_variables ⇒ Object
Returns the value of attribute special_variables
274 275 276 |
# File 'lib/bitclust/classentry.rb', line 274 def special_variables @special_variables end |
#undefined ⇒ Object
Returns the value of attribute undefined
274 275 276 |
# File 'lib/bitclust/classentry.rb', line 274 def undefined @undefined end |