Class: Jade::Symbol::ImplementationTemplate

Inherits:
Data
  • Object
show all
Includes:
Base
Defined in:
lib/jade/symbol/implementation_template.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#constructor_refs, #qualified_name

Instance Attribute Details

#constraintsObject (readonly)

Returns the value of attribute constraints

Returns:

  • (Object)

    the current value of constraints



3
4
5
# File 'lib/jade/symbol/implementation_template.rb', line 3

def constraints
  @constraints
end

#functionsObject (readonly)

Returns the value of attribute functions

Returns:

  • (Object)

    the current value of functions



3
4
5
# File 'lib/jade/symbol/implementation_template.rb', line 3

def functions
  @functions
end

#interfaceObject (readonly)

Returns the value of attribute interface

Returns:

  • (Object)

    the current value of interface



3
4
5
# File 'lib/jade/symbol/implementation_template.rb', line 3

def interface
  @interface
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



3
4
5
# File 'lib/jade/symbol/implementation_template.rb', line 3

def type
  @type
end

#type_paramsObject (readonly)

Returns the value of attribute type_params

Returns:

  • (Object)

    the current value of type_params



3
4
5
# File 'lib/jade/symbol/implementation_template.rb', line 3

def type_params
  @type_params
end