Class: Swiftfake::SwiftFunction::Argument
- Inherits:
-
Struct
- Object
- Struct
- Swiftfake::SwiftFunction::Argument
- Defined in:
- lib/swiftfake/swift_function.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/swiftfake/swift_function.rb', line 3 def name @name end |
#type ⇒ Object
Returns the value of attribute type
3 4 5 |
# File 'lib/swiftfake/swift_function.rb', line 3 def type @type end |