Class: Podrpt::PodAnalysis

Inherits:
Struct
  • Object
show all
Defined in:
lib/podrpt/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#current_versionObject

Returns the value of attribute current_version

Returns:

  • (Object)

    the current value of current_version



10
11
12
# File 'lib/podrpt/models.rb', line 10

def current_version
  @current_version
end

#latest_versionObject

Returns the value of attribute latest_version

Returns:

  • (Object)

    the current value of latest_version



10
11
12
# File 'lib/podrpt/models.rb', line 10

def latest_version
  @latest_version
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/podrpt/models.rb', line 10

def name
  @name
end

#ownersObject

Returns the value of attribute owners

Returns:

  • (Object)

    the current value of owners



10
11
12
# File 'lib/podrpt/models.rb', line 10

def owners
  @owners
end

#riskObject

Returns the value of attribute risk

Returns:

  • (Object)

    the current value of risk



10
11
12
# File 'lib/podrpt/models.rb', line 10

def risk
  @risk
end