Class: Xberg::CoreProperties

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeCoreProperties

Returns a new instance of CoreProperties.

Parameters:

  • title: (String)
  • subject: (String)
  • creator: (String)
  • keywords: (String)
  • description: (String)
  • last_modified_by: (String)
  • revision: (String)
  • created: (String)
  • modified: (String)
  • category: (String)
  • content_status: (String)
  • language: (String)
  • identifier: (String)
  • version: (String)
  • last_printed: (String)


385
# File 'sig/types.rbs', line 385

def initialize: (?title: String, ?subject: String, ?creator: String, ?keywords: String, ?description: String, ?last_modified_by: String, ?revision: String, ?created: String, ?modified: String, ?category: String, ?content_status: String, ?language: String, ?identifier: String, ?version: String, ?last_printed: String) -> void

Instance Attribute Details

#categoryString? (readonly)

Returns the value of attribute category.

Returns:

  • (String, nil)


378
379
380
# File 'sig/types.rbs', line 378

def category
  @category
end

#content_statusString? (readonly)

Returns the value of attribute content_status.

Returns:

  • (String, nil)


379
380
381
# File 'sig/types.rbs', line 379

def content_status
  @content_status
end

#createdString? (readonly)

Returns the value of attribute created.

Returns:

  • (String, nil)


376
377
378
# File 'sig/types.rbs', line 376

def created
  @created
end

#creatorString? (readonly)

Returns the value of attribute creator.

Returns:

  • (String, nil)


371
372
373
# File 'sig/types.rbs', line 371

def creator
  @creator
end

#descriptionString? (readonly)

Returns the value of attribute description.

Returns:

  • (String, nil)


373
374
375
# File 'sig/types.rbs', line 373

def description
  @description
end

#identifierString? (readonly)

Returns the value of attribute identifier.

Returns:

  • (String, nil)


381
382
383
# File 'sig/types.rbs', line 381

def identifier
  @identifier
end

#keywordsString? (readonly)

Returns the value of attribute keywords.

Returns:

  • (String, nil)


372
373
374
# File 'sig/types.rbs', line 372

def keywords
  @keywords
end

#languageString? (readonly)

Returns the value of attribute language.

Returns:

  • (String, nil)


380
381
382
# File 'sig/types.rbs', line 380

def language
  @language
end

#last_modified_byString? (readonly)

Returns the value of attribute last_modified_by.

Returns:

  • (String, nil)


374
375
376
# File 'sig/types.rbs', line 374

def last_modified_by
  @last_modified_by
end

#last_printedString? (readonly)

Returns the value of attribute last_printed.

Returns:

  • (String, nil)


383
384
385
# File 'sig/types.rbs', line 383

def last_printed
  @last_printed
end

#modifiedString? (readonly)

Returns the value of attribute modified.

Returns:

  • (String, nil)


377
378
379
# File 'sig/types.rbs', line 377

def modified
  @modified
end

#revisionString? (readonly)

Returns the value of attribute revision.

Returns:

  • (String, nil)


375
376
377
# File 'sig/types.rbs', line 375

def revision
  @revision
end

#subjectString? (readonly)

Returns the value of attribute subject.

Returns:

  • (String, nil)


370
371
372
# File 'sig/types.rbs', line 370

def subject
  @subject
end

#titleString? (readonly)

Returns the value of attribute title.

Returns:

  • (String, nil)


369
370
371
# File 'sig/types.rbs', line 369

def title
  @title
end

#versionString? (readonly)

Returns the value of attribute version.

Returns:

  • (String, nil)


382
383
384
# File 'sig/types.rbs', line 382

def version
  @version
end