Class: Ariadne::Seam::Parameter
- Inherits:
-
Struct
- Object
- Struct
- Ariadne::Seam::Parameter
- Defined in:
- lib/ariadne/seam.rb
Instance Attribute Summary collapse
-
#arg ⇒ Object
Returns the value of attribute arg.
-
#param ⇒ Object
Returns the value of attribute param.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#arg ⇒ Object
Returns the value of attribute arg
9 10 11 |
# File 'lib/ariadne/seam.rb', line 9 def arg @arg end |
#param ⇒ Object
Returns the value of attribute param
9 10 11 |
# File 'lib/ariadne/seam.rb', line 9 def param @param end |
#type ⇒ Object
Returns the value of attribute type
9 10 11 |
# File 'lib/ariadne/seam.rb', line 9 def type @type end |