Class: Yoda::Store::Objects::ModuleObject

Inherits:
NamespaceObject show all
Defined in:
lib/yoda/store/objects/module_object.rb

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, #to_h

Methods inherited from Base

#==, #address, attr_names, #eql?, #hash, #initialize, #merge, #name, #to_h

Methods included from Patchable

#to_h

Methods included from Serializable

#derive, included, #to_h, #to_json

Methods included from Addressable

#address

Constructor Details

This class inherits a constructor from Yoda::Store::Objects::NamespaceObject

Instance Method Details

#kindObject



5
6
7
# File 'lib/yoda/store/objects/module_object.rb', line 5

def kind
  :module
end