Class: XCActivityLog::SerializedObject::Attribute

Inherits:
Struct
  • Object
show all
Defined in:
lib/xcactivitylog/objects.rb

Instance Attribute Summary collapse

Instance Attribute Details

#first_versionObject

Returns the value of attribute first_version

Returns:

  • (Object)

    the current value of first_version



5
6
7
# File 'lib/xcactivitylog/objects.rb', line 5

def first_version
  @first_version
end

#first_version_withoutObject

Returns the value of attribute first_version_without

Returns:

  • (Object)

    the current value of first_version_without



5
6
7
# File 'lib/xcactivitylog/objects.rb', line 5

def first_version_without
  @first_version_without
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/xcactivitylog/objects.rb', line 5

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



5
6
7
# File 'lib/xcactivitylog/objects.rb', line 5

def type
  @type
end