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.
1549 |
# File 'sig/types.rbs', line 1549
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.
1547 1548 1549 |
# File 'sig/types.rbs', line 1547 def contributor_roles @contributor_roles end |
#copyright ⇒ String?
Returns the value of attribute copyright.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def copyright @copyright end |
#history_dates ⇒ Hash[String, String]?
Returns the value of attribute history_dates.
1546 1547 1548 |
# File 'sig/types.rbs', line 1546 def history_dates @history_dates end |
#license ⇒ String?
Returns the value of attribute license.
1545 1546 1547 |
# File 'sig/types.rbs', line 1545 def license @license end |