Class: Base::BaseSignatureStruct
- Inherits:
-
Struct
- Object
- Struct
- Base::BaseSignatureStruct
- Defined in:
- lib/clino/domain/signature/base.rb
Instance Attribute Summary collapse
-
#default ⇒ Object
Returns the value of attribute default.
-
#desc ⇒ Object
Returns the value of attribute desc.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#default ⇒ Object
Returns the value of attribute default
4 5 6 |
# File 'lib/clino/domain/signature/base.rb', line 4 def default @default end |
#desc ⇒ Object
Returns the value of attribute desc
4 5 6 |
# File 'lib/clino/domain/signature/base.rb', line 4 def desc @desc end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/clino/domain/signature/base.rb', line 4 def name @name end |
#type ⇒ Object
Returns the value of attribute type
4 5 6 |
# File 'lib/clino/domain/signature/base.rb', line 4 def type @type end |