Class: PandocBinary::Release::Asset
- Inherits:
-
Struct
- Object
- Struct
- PandocBinary::Release::Asset
- Extended by:
- PandocBinary::RawDataParsable, TimeAttributeParsable
- Defined in:
- lib/pandoc_binary.rb
Instance Attribute Summary collapse
-
#browser_download_url ⇒ Object
Returns the value of attribute browser_download_url.
-
#name ⇒ Object
Returns the value of attribute name.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Method Summary
Methods included from PandocBinary::RawDataParsable
Methods included from TimeAttributeParsable
Instance Attribute Details
#browser_download_url ⇒ Object
Returns the value of attribute browser_download_url
83 84 85 |
# File 'lib/pandoc_binary.rb', line 83 def browser_download_url @browser_download_url end |
#name ⇒ Object
Returns the value of attribute name
83 84 85 |
# File 'lib/pandoc_binary.rb', line 83 def name @name end |
#updated_at ⇒ Object
Returns the value of attribute updated_at
83 84 85 |
# File 'lib/pandoc_binary.rb', line 83 def updated_at @updated_at end |