Class: Metanorma::Release::PublishResult
- Inherits:
-
Struct
- Object
- Struct
- Metanorma::Release::PublishResult
- Defined in:
- lib/metanorma/release/interfaces.rb
Instance Attribute Summary collapse
-
#created? ⇒ Object
Returns the value of attribute created?.
-
#tag ⇒ Object
Returns the value of attribute tag.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#created? ⇒ Object
Returns the value of attribute created?
41 42 43 |
# File 'lib/metanorma/release/interfaces.rb', line 41
def created?
@created?
end
|
#tag ⇒ Object
Returns the value of attribute tag
41 42 43 |
# File 'lib/metanorma/release/interfaces.rb', line 41 def tag @tag end |
#url ⇒ Object
Returns the value of attribute url
41 42 43 |
# File 'lib/metanorma/release/interfaces.rb', line 41 def url @url end |