Class: Mxrb::Marketplace::Entry
- Inherits:
-
Data
- Object
- Data
- Mxrb::Marketplace::Entry
- Defined in:
- lib/mxrb/marketplace.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#ref ⇒ Object
readonly
Returns the value of attribute ref.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description
14 15 16 |
# File 'lib/mxrb/marketplace.rb', line 14 def description @description end |
#name ⇒ Object (readonly)
Returns the value of attribute name
14 15 16 |
# File 'lib/mxrb/marketplace.rb', line 14 def name @name end |
#ref ⇒ Object (readonly)
Returns the value of attribute ref
14 15 16 |
# File 'lib/mxrb/marketplace.rb', line 14 def ref @ref end |
#source ⇒ Object (readonly)
Returns the value of attribute source
14 15 16 |
# File 'lib/mxrb/marketplace.rb', line 14 def source @source end |
#version ⇒ Object (readonly)
Returns the value of attribute version
14 15 16 |
# File 'lib/mxrb/marketplace.rb', line 14 def version @version end |