Class: AMT::Service::SecurityAdministration::CoreVersion
- Inherits:
-
Struct
- Object
- Struct
- AMT::Service::SecurityAdministration::CoreVersion
- Defined in:
- lib/amt/service/security_administration/structures.rb
Overview
Struct class containing version information as returned by SecurityAdministration#get_core_version.
Instance Attribute Summary collapse
-
#major ⇒ Object
Returns the value of attribute major.
-
#micro ⇒ Object
Returns the value of attribute micro.
-
#minor ⇒ Object
Returns the value of attribute minor.
Instance Attribute Details
#major ⇒ Object
Returns the value of attribute major
31 32 33 |
# File 'lib/amt/service/security_administration/structures.rb', line 31 def major @major end |
#micro ⇒ Object
Returns the value of attribute micro
31 32 33 |
# File 'lib/amt/service/security_administration/structures.rb', line 31 def micro @micro end |
#minor ⇒ Object
Returns the value of attribute minor
31 32 33 |
# File 'lib/amt/service/security_administration/structures.rb', line 31 def minor @minor end |