Class: Metanorma::Release::OrgConfig::Ref
- Inherits:
-
Struct
- Object
- Struct
- Metanorma::Release::OrgConfig::Ref
- Defined in:
- lib/metanorma/release/org_config.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#owner ⇒ Object
Returns the value of attribute owner.
-
#repo ⇒ Object
Returns the value of attribute repo.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/metanorma/release/org_config.rb', line 8 def name @name end |
#owner ⇒ Object
Returns the value of attribute owner
8 9 10 |
# File 'lib/metanorma/release/org_config.rb', line 8 def owner @owner end |
#repo ⇒ Object
Returns the value of attribute repo
8 9 10 |
# File 'lib/metanorma/release/org_config.rb', line 8 def repo @repo end |