Class: Rpremote::Mrbgems::Dependency

Inherits:
Data
  • Object
show all
Defined in:
lib/rpremote/mrbgems.rb,
sig/rpremote.rbs

Instance Attribute Summary collapse

Instance Attribute Details

#branchObject (readonly)

Returns the value of attribute branch

Returns:

  • (Object)

    the current value of branch



17
18
19
# File 'lib/rpremote/mrbgems.rb', line 17

def branch
  @branch
end

#commitObject (readonly)

Returns the value of attribute commit

Returns:

  • (Object)

    the current value of commit



17
18
19
# File 'lib/rpremote/mrbgems.rb', line 17

def commit
  @commit
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



17
18
19
# File 'lib/rpremote/mrbgems.rb', line 17

def path
  @path
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



17
18
19
# File 'lib/rpremote/mrbgems.rb', line 17

def source
  @source
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



17
18
19
# File 'lib/rpremote/mrbgems.rb', line 17

def type
  @type
end