Class: Ariadne::Seam::Parameter

Inherits:
Struct
  • Object
show all
Defined in:
lib/ariadne/seam.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argObject

Returns the value of attribute arg

Returns:

  • (Object)

    the current value of arg



9
10
11
# File 'lib/ariadne/seam.rb', line 9

def arg
  @arg
end

#paramObject

Returns the value of attribute param

Returns:

  • (Object)

    the current value of param



9
10
11
# File 'lib/ariadne/seam.rb', line 9

def param
  @param
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/ariadne/seam.rb', line 9

def type
  @type
end