Class: C::DirectType

Inherits:
Object
  • Object
show all
Defined in:
lib/csquare.rb

Instance Method Summary collapse

Instance Method Details

#return_typename(function, blueprint) ⇒ Object



759
760
761
# File 'lib/csquare.rb', line 759

def return_typename function, blueprint
  self.underlying_typename
end

#underlying_typenameObject



751
752
753
# File 'lib/csquare.rb', line 751

def underlying_typename
  self.name
end

#underlying_typename=(new_typename) ⇒ Object



755
756
757
# File 'lib/csquare.rb', line 755

def underlying_typename= new_typename
  self.name = new_typename
end