Class: Metanorma::Release::Platform::GitHub::GitHubRelease

Inherits:
Struct
  • Object
show all
Defined in:
lib/metanorma/release/platform/github/release_fetcher.rb

Instance Attribute Summary collapse

Instance Attribute Details

#assetsObject

Returns the value of attribute assets

Returns:

  • (Object)

    the current value of assets



7
8
9
# File 'lib/metanorma/release/platform/github/release_fetcher.rb', line 7

def assets
  @assets
end

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



7
8
9
# File 'lib/metanorma/release/platform/github/release_fetcher.rb', line 7

def body
  @body
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



7
8
9
# File 'lib/metanorma/release/platform/github/release_fetcher.rb', line 7

def created_at
  @created_at
end

#draftObject

Returns the value of attribute draft

Returns:

  • (Object)

    the current value of draft



7
8
9
# File 'lib/metanorma/release/platform/github/release_fetcher.rb', line 7

def draft
  @draft
end

#html_urlObject

Returns the value of attribute html_url

Returns:

  • (Object)

    the current value of html_url



7
8
9
# File 'lib/metanorma/release/platform/github/release_fetcher.rb', line 7

def html_url
  @html_url
end

#prereleaseObject

Returns the value of attribute prerelease

Returns:

  • (Object)

    the current value of prerelease



7
8
9
# File 'lib/metanorma/release/platform/github/release_fetcher.rb', line 7

def prerelease
  @prerelease
end

#published_atObject

Returns the value of attribute published_at

Returns:

  • (Object)

    the current value of published_at



7
8
9
# File 'lib/metanorma/release/platform/github/release_fetcher.rb', line 7

def published_at
  @published_at
end

#tag_nameObject

Returns the value of attribute tag_name

Returns:

  • (Object)

    the current value of tag_name



7
8
9
# File 'lib/metanorma/release/platform/github/release_fetcher.rb', line 7

def tag_name
  @tag_name
end