Class: XCActivityLog::IDEActivityLogSection::TargetInfo
- Inherits:
-
Struct
- Object
- Struct
- XCActivityLog::IDEActivityLogSection::TargetInfo
- Defined in:
- lib/xcactivitylog/objects.rb
Instance Attribute Summary collapse
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#name ⇒ Object
Returns the value of attribute name.
-
#workspace ⇒ Object
Returns the value of attribute workspace.
Instance Attribute Details
#configuration ⇒ Object
Returns the value of attribute configuration
89 90 91 |
# File 'lib/xcactivitylog/objects.rb', line 89 def configuration @configuration end |
#name ⇒ Object
Returns the value of attribute name
89 90 91 |
# File 'lib/xcactivitylog/objects.rb', line 89 def name @name end |
#workspace ⇒ Object
Returns the value of attribute workspace
89 90 91 |
# File 'lib/xcactivitylog/objects.rb', line 89 def workspace @workspace end |