Class: XCActivityLog::IDEActivityLogSection::TargetInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/xcactivitylog/objects.rb

Instance Attribute Summary collapse

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration

Returns:

  • (Object)

    the current value of configuration



89
90
91
# File 'lib/xcactivitylog/objects.rb', line 89

def configuration
  @configuration
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



89
90
91
# File 'lib/xcactivitylog/objects.rb', line 89

def name
  @name
end

#workspaceObject

Returns the value of attribute workspace

Returns:

  • (Object)

    the current value of workspace



89
90
91
# File 'lib/xcactivitylog/objects.rb', line 89

def workspace
  @workspace
end