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.
1478 |
# File 'sig/types.rbs', line 1478
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.
1476 1477 1478 |
# File 'sig/types.rbs', line 1476 def contributor_roles @contributor_roles end |
#copyright ⇒ String?
Returns the value of attribute copyright.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def copyright @copyright end |
#history_dates ⇒ Hash[String, String]?
Returns the value of attribute history_dates.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def history_dates @history_dates end |
#license ⇒ String?
Returns the value of attribute license.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def license @license end |