Class: XCActivityLog::SerializedObject::Attribute
- Inherits:
-
Struct
- Object
- Struct
- XCActivityLog::SerializedObject::Attribute
- Defined in:
- lib/xcactivitylog/objects.rb
Instance Attribute Summary collapse
-
#first_version ⇒ Object
Returns the value of attribute first_version.
-
#first_version_without ⇒ Object
Returns the value of attribute first_version_without.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#first_version ⇒ Object
Returns the value of attribute first_version
5 6 7 |
# File 'lib/xcactivitylog/objects.rb', line 5 def first_version @first_version end |
#first_version_without ⇒ Object
Returns the value of attribute first_version_without
5 6 7 |
# File 'lib/xcactivitylog/objects.rb', line 5 def first_version_without @first_version_without end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/xcactivitylog/objects.rb', line 5 def name @name end |
#type ⇒ Object
Returns the value of attribute type
5 6 7 |
# File 'lib/xcactivitylog/objects.rb', line 5 def type @type end |