Class: Swiftfake::SwiftFunction::Argument

Inherits:
Struct
  • Object
show all
Defined in:
lib/swiftfake/swift_function.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/swiftfake/swift_function.rb', line 3

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



3
4
5
# File 'lib/swiftfake/swift_function.rb', line 3

def type
  @type
end