Class: Teleport::Infer::Apt::Package

Inherits:
Struct
  • Object
show all
Defined in:
lib/teleport/infer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#baseObject

Returns the value of attribute base

Returns:

  • (Object)

    the current value of base



246
247
248
# File 'lib/teleport/infer.rb', line 246

def base
  @base
end

#depsObject

Returns the value of attribute deps

Returns:

  • (Object)

    the current value of deps



246
247
248
# File 'lib/teleport/infer.rb', line 246

def deps
  @deps
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



246
247
248
# File 'lib/teleport/infer.rb', line 246

def name
  @name
end

#parentsObject

Returns the value of attribute parents

Returns:

  • (Object)

    the current value of parents



246
247
248
# File 'lib/teleport/infer.rb', line 246

def parents
  @parents
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



246
247
248
# File 'lib/teleport/infer.rb', line 246

def status
  @status
end