Class: Supply::Uploader::UploadJob

Inherits:
Struct
  • Object
show all
Defined in:
supply/lib/supply/uploader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



6
7
8
# File 'supply/lib/supply/uploader.rb', line 6

def language
  @language
end

#release_notes_queueObject

Returns the value of attribute release_notes_queue

Returns:

  • (Object)

    the current value of release_notes_queue



6
7
8
# File 'supply/lib/supply/uploader.rb', line 6

def release_notes_queue
  @release_notes_queue
end

#version_codeObject

Returns the value of attribute version_code

Returns:

  • (Object)

    the current value of version_code



6
7
8
# File 'supply/lib/supply/uploader.rb', line 6

def version_code
  @version_code
end