Class: Metanorma::Release::OrgConfig::Ref

Inherits:
Struct
  • Object
show all
Defined in:
lib/metanorma/release/org_config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/metanorma/release/org_config.rb', line 8

def name
  @name
end

#ownerObject

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



8
9
10
# File 'lib/metanorma/release/org_config.rb', line 8

def owner
  @owner
end

#repoObject

Returns the value of attribute repo

Returns:

  • (Object)

    the current value of repo



8
9
10
# File 'lib/metanorma/release/org_config.rb', line 8

def repo
  @repo
end