Class: Yoda::Store::Objects::ModuleObject
- Inherits:
-
NamespaceObject
- Object
- Base
- NamespaceObject
- Yoda::Store::Objects::ModuleObject
- Defined in:
- lib/yoda/store/objects/module_object.rb
Defined Under Namespace
Classes: Connected
Instance Attribute Summary
Attributes inherited from NamespaceObject
#ancestors, #constant_addresses, #instance_method_addresses, #methods, #mixin_addresses
Attributes inherited from Base
#document, #path, #primary_source, #sources, #tag_list
Instance Method Summary collapse
Methods inherited from NamespaceObject
attr_names, #initialize, #name, #namespace?, #to_h
Methods inherited from Base
#==, #address, attr_names, #eql?, #hash, #initialize, #merge, #meta_class_address, #name, #namespace?, #parent_address, #to_h, #with_connection
Methods included from Patchable
Methods included from Serializable
#==, #derive, #eql?, #hash, included, #to_h, #to_json
Methods included from Addressable
Constructor Details
This class inherits a constructor from Yoda::Store::Objects::NamespaceObject
Instance Method Details
#kind ⇒ Object
8 9 10 |
# File 'lib/yoda/store/objects/module_object.rb', line 8 def kind :module end |