Class: PandocBinary::Release::Asset

Inherits:
Struct
  • Object
show all
Extended by:
PandocBinary::RawDataParsable, TimeAttributeParsable
Defined in:
lib/pandoc_binary.rb

Instance Attribute Summary collapse

Method Summary

Methods included from PandocBinary::RawDataParsable

from_raw_data

Methods included from TimeAttributeParsable

define_time_attribute

Instance Attribute Details

#browser_download_urlObject

Returns the value of attribute browser_download_url

Returns:

  • (Object)

    the current value of browser_download_url



83
84
85
# File 'lib/pandoc_binary.rb', line 83

def browser_download_url
  @browser_download_url
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



83
84
85
# File 'lib/pandoc_binary.rb', line 83

def name
  @name
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



83
84
85
# File 'lib/pandoc_binary.rb', line 83

def updated_at
  @updated_at
end