Class: Shomen::Model::Class

Inherits:
Module show all
Defined in:
lib/shomen/model/class.rb

Instance Attribute Summary collapse

Attributes inherited from Module

#accessors, #classes, #comment, #constants, #extensions, #files, #format, #includes, #methods, #modules, #name, #namespace

Attributes inherited from Abstract

#path, #tags

Class Method Summary collapse

Methods inherited from Abstract

#initialize, #type

Methods inherited from AbstractPrime

#[], #[]=, attr_accessor, #initialize, #to_h

Constructor Details

This class inherits a constructor from Shomen::Model::Abstract

Instance Attribute Details

#superclassObject

Returns the value of attribute superclass.



13
14
15
# File 'lib/shomen/model/class.rb', line 13

def superclass
  @superclass
end

Class Method Details

.typeObject



10
# File 'lib/shomen/model/class.rb', line 10

def self.type; 'class'; end