Class: UR::Serialize::ControlVersion::Data
- Inherits:
-
Struct
- Object
- Struct
- UR::Serialize::ControlVersion::Data
- Defined in:
- lib/serialize.rb
Instance Attribute Summary collapse
-
#bugfix ⇒ Object
Returns the value of attribute bugfix.
-
#build ⇒ Object
Returns the value of attribute build.
-
#major ⇒ Object
Returns the value of attribute major.
-
#minor ⇒ Object
Returns the value of attribute minor.
Instance Attribute Details
#bugfix ⇒ Object
Returns the value of attribute bugfix
13 14 15 |
# File 'lib/serialize.rb', line 13 def bugfix @bugfix end |
#build ⇒ Object
Returns the value of attribute build
13 14 15 |
# File 'lib/serialize.rb', line 13 def build @build end |
#major ⇒ Object
Returns the value of attribute major
13 14 15 |
# File 'lib/serialize.rb', line 13 def major @major end |
#minor ⇒ Object
Returns the value of attribute minor
13 14 15 |
# File 'lib/serialize.rb', line 13 def minor @minor end |