Class: Rpremote::Mrbgems::Dependency
- Inherits:
-
Data
- Object
- Data
- Rpremote::Mrbgems::Dependency
- Defined in:
- lib/rpremote/mrbgems.rb,
sig/rpremote.rbs
Instance Attribute Summary collapse
-
#branch ⇒ Object
readonly
Returns the value of attribute branch.
-
#commit ⇒ Object
readonly
Returns the value of attribute commit.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#branch ⇒ Object (readonly)
Returns the value of attribute branch
17 18 19 |
# File 'lib/rpremote/mrbgems.rb', line 17 def branch @branch end |
#commit ⇒ Object (readonly)
Returns the value of attribute commit
17 18 19 |
# File 'lib/rpremote/mrbgems.rb', line 17 def commit @commit end |
#path ⇒ Object (readonly)
Returns the value of attribute path
17 18 19 |
# File 'lib/rpremote/mrbgems.rb', line 17 def path @path end |
#source ⇒ Object (readonly)
Returns the value of attribute source
17 18 19 |
# File 'lib/rpremote/mrbgems.rb', line 17 def source @source end |
#type ⇒ Object (readonly)
Returns the value of attribute type
17 18 19 |
# File 'lib/rpremote/mrbgems.rb', line 17 def type @type end |