Class: Mxrb::OfficialMarketplace::Package

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/official_marketplace.rb

Instance Attribute Summary collapse

Instance Attribute Details

#download_urlObject (readonly)

Returns the value of attribute download_url

Returns:

  • (Object)

    the current value of download_url



19
20
21
# File 'lib/mxrb/official_marketplace.rb', line 19

def download_url
  @download_url
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



19
20
21
# File 'lib/mxrb/official_marketplace.rb', line 19

def name
  @name
end

#repositoryObject (readonly)

Returns the value of attribute repository

Returns:

  • (Object)

    the current value of repository



19
20
21
# File 'lib/mxrb/official_marketplace.rb', line 19

def repository
  @repository
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



19
20
21
# File 'lib/mxrb/official_marketplace.rb', line 19

def source
  @source
end

#versionObject (readonly)

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



19
20
21
# File 'lib/mxrb/official_marketplace.rb', line 19

def version
  @version
end