Class: AppMap::Command::UploadStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/appmap/command/upload.rb

Direct Known Subclasses

Upload

Instance Attribute Summary collapse

Instance Attribute Details

#configObject

Returns the value of attribute config

Returns:

  • (Object)

    the current value of config



8
9
10
# File 'lib/appmap/command/upload.rb', line 8

def config
  @config
end

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



8
9
10
# File 'lib/appmap/command/upload.rb', line 8

def data
  @data
end

#orgObject

Returns the value of attribute org

Returns:

  • (Object)

    the current value of org



8
9
10
# File 'lib/appmap/command/upload.rb', line 8

def org
  @org
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



8
9
10
# File 'lib/appmap/command/upload.rb', line 8

def url
  @url
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



8
9
10
# File 'lib/appmap/command/upload.rb', line 8

def user
  @user
end