Class: C::DirectType
- Inherits:
-
Object
- Object
- C::DirectType
- Defined in:
- lib/csquare.rb
Instance Method Summary collapse
- #return_typename(function, blueprint) ⇒ Object
- #underlying_typename ⇒ Object
- #underlying_typename=(new_typename) ⇒ Object
Instance Method Details
#return_typename(function, blueprint) ⇒ Object
759 760 761 |
# File 'lib/csquare.rb', line 759 def return_typename function, blueprint self. end |
#underlying_typename ⇒ Object
751 752 753 |
# File 'lib/csquare.rb', line 751 def self.name end |
#underlying_typename=(new_typename) ⇒ Object
755 756 757 |
# File 'lib/csquare.rb', line 755 def new_typename self.name = new_typename end |