Class: Xberg::JatsMetadata
- Inherits:
-
Object
- Object
- Xberg::JatsMetadata
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#contributor_roles ⇒ Array[ContributorRole]?
Returns the value of attribute contributor_roles.
-
#copyright ⇒ String?
Returns the value of attribute copyright.
-
#history_dates ⇒ Hash[String, String]?
Returns the value of attribute history_dates.
-
#license ⇒ String?
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.
1467 |
# File 'sig/types.rbs', line 1467
def initialize: (?copyright: String, ?license: String, ?history_dates: Hash[String, String], ?contributor_roles: Array[ContributorRole]) -> void
|
Instance Attribute Details
#contributor_roles ⇒ Array[ContributorRole]?
Returns the value of attribute contributor_roles.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def contributor_roles @contributor_roles end |
#copyright ⇒ String?
Returns the value of attribute copyright.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def copyright @copyright end |
#history_dates ⇒ Hash[String, String]?
Returns the value of attribute history_dates.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def history_dates @history_dates end |
#license ⇒ String?
Returns the value of attribute license.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def license @license end |