Class: Edoxen::HostRef

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/edoxen/host_ref.rb,
sig/edoxen.rbs

Overview

Typed reference to an organization that hosts or co-organizes a meeting. ref is a stable identifier into an external registry (national_bodies.yml, liaisons.yml, associates.yml in ISO/TC 154); type discriminates which registry.

Instance Attribute Summary collapse

Instance Attribute Details

#contactPerson? (readonly)

Returns the value of attribute contact.

Returns:



101
102
103
# File 'sig/edoxen.rbs', line 101

def contact
  @contact
end

#refString? (readonly)

Returns the value of attribute ref.

Returns:

  • (String, nil)


98
99
100
# File 'sig/edoxen.rbs', line 98

def ref
  @ref
end

#roleString? (readonly)

Returns the value of attribute role.

Returns:

  • (String, nil)


100
101
102
# File 'sig/edoxen.rbs', line 100

def role
  @role
end

#typeString? (readonly)

Returns the value of attribute type.

Returns:

  • (String, nil)


99
100
101
# File 'sig/edoxen.rbs', line 99

def type
  @type
end