Class: Metanorma::Release::PublishResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#created?Object

Returns the value of attribute created?

Returns:

  • (Object)

    the current value of created?



41
42
43
# File 'lib/metanorma/release/interfaces.rb', line 41

def created?
  @created?
end

#tagObject

Returns the value of attribute tag

Returns:

  • (Object)

    the current value of tag



41
42
43
# File 'lib/metanorma/release/interfaces.rb', line 41

def tag
  @tag
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



41
42
43
# File 'lib/metanorma/release/interfaces.rb', line 41

def url
  @url
end