Class: Xberg::JatsMetadata
- Inherits:
-
Object
- Object
- Xberg::JatsMetadata
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#contributor_roles ⇒ Array[ContributorRole]
readonly
Returns the value of attribute contributor_roles.
-
#copyright ⇒ String?
readonly
Returns the value of attribute copyright.
-
#history_dates ⇒ Hash[String, String]
readonly
Returns the value of attribute history_dates.
-
#license ⇒ String?
readonly
Returns the value of attribute license.
Instance Method Summary collapse
-
#initialize ⇒ JatsMetadata
constructor
A new instance of JatsMetadata.
Constructor Details
#initialize ⇒ JatsMetadata
Returns a new instance of JatsMetadata.
1354 |
# File 'sig/types.rbs', line 1354
def initialize: (?copyright: String, ?license: String, ?history_dates: Hash[String, String], ?contributor_roles: Array[ContributorRole]) -> void
|
Instance Attribute Details
#contributor_roles ⇒ Array[ContributorRole] (readonly)
Returns the value of attribute contributor_roles.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def contributor_roles @contributor_roles end |
#copyright ⇒ String? (readonly)
Returns the value of attribute copyright.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 def copyright @copyright end |
#history_dates ⇒ Hash[String, String] (readonly)
Returns the value of attribute history_dates.
1351 1352 1353 |
# File 'sig/types.rbs', line 1351 def history_dates @history_dates end |
#license ⇒ String? (readonly)
Returns the value of attribute license.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def license @license end |