Class: Xcode::SchemeAction
- Inherits:
-
Object
- Object
- Xcode::SchemeAction
- Defined in:
- lib/xcode/scheme.rb
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config.
6 7 8 |
# File 'lib/xcode/scheme.rb', line 6 def config @config end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/xcode/scheme.rb', line 6 def name @name end |