Class: Mxrb::Marketplace::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



14
15
16
# File 'lib/mxrb/marketplace.rb', line 14

def description
  @description
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



14
15
16
# File 'lib/mxrb/marketplace.rb', line 14

def name
  @name
end

#refObject (readonly)

Returns the value of attribute ref

Returns:

  • (Object)

    the current value of ref



14
15
16
# File 'lib/mxrb/marketplace.rb', line 14

def ref
  @ref
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



14
15
16
# File 'lib/mxrb/marketplace.rb', line 14

def source
  @source
end

#versionObject (readonly)

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



14
15
16
# File 'lib/mxrb/marketplace.rb', line 14

def version
  @version
end