Class: RPCoder::Type
- Inherits:
-
Object
- Object
- RPCoder::Type
- Defined in:
- lib/rpcoder/type.rb
Defined Under Namespace
Classes: Field
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
5 6 7 |
# File 'lib/rpcoder/type.rb', line 5 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/rpcoder/type.rb', line 5 def name @name end |