Class: Podrpt::PodAnalysis
- Inherits:
-
Struct
- Object
- Struct
- Podrpt::PodAnalysis
- Defined in:
- lib/podrpt/models.rb
Instance Attribute Summary collapse
-
#current_version ⇒ Object
Returns the value of attribute current_version.
-
#latest_version ⇒ Object
Returns the value of attribute latest_version.
-
#name ⇒ Object
Returns the value of attribute name.
-
#owners ⇒ Object
Returns the value of attribute owners.
-
#risk ⇒ Object
Returns the value of attribute risk.
Instance Attribute Details
#current_version ⇒ Object
Returns the value of attribute current_version
10 11 12 |
# File 'lib/podrpt/models.rb', line 10 def current_version @current_version end |
#latest_version ⇒ Object
Returns the value of attribute latest_version
10 11 12 |
# File 'lib/podrpt/models.rb', line 10 def latest_version @latest_version end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/podrpt/models.rb', line 10 def name @name end |
#owners ⇒ Object
Returns the value of attribute owners
10 11 12 |
# File 'lib/podrpt/models.rb', line 10 def owners @owners end |
#risk ⇒ Object
Returns the value of attribute risk
10 11 12 |
# File 'lib/podrpt/models.rb', line 10 def risk @risk end |