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

Inherits:
NamespaceObject show all
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

#to_h

Methods included from Serializable

#==, #derive, #eql?, #hash, 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



8
9
10
# File 'lib/yoda/store/objects/module_object.rb', line 8

def kind
  :module
end