Class: Shomen::Model::Class
- Inherits:
-
Module
- Object
- AbstractPrime
- Abstract
- Module
- Shomen::Model::Class
- Defined in:
- lib/shomen/model/class.rb
Instance Attribute Summary collapse
-
#superclass ⇒ Object
Returns the value of attribute superclass.
Attributes inherited from Module
#accessors, #classes, #comment, #constants, #extensions, #files, #format, #includes, #methods, #modules, #name, #namespace
Attributes inherited from Abstract
Class Method Summary collapse
Methods inherited from Abstract
Methods inherited from AbstractPrime
#[], #[]=, attr_accessor, #initialize, #to_h
Constructor Details
This class inherits a constructor from Shomen::Model::Abstract
Instance Attribute Details
#superclass ⇒ Object
Returns the value of attribute superclass.
13 14 15 |
# File 'lib/shomen/model/class.rb', line 13 def superclass @superclass end |
Class Method Details
.type ⇒ Object
10 |
# File 'lib/shomen/model/class.rb', line 10 def self.type; 'class'; end |