Class: StravaWeb::ExportResult
- Inherits:
-
Data
- Object
- Data
- StravaWeb::ExportResult
- Defined in:
- lib/stravaweb/fetch.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#filename ⇒ Object
readonly
Returns the value of attribute filename.
-
#format ⇒ Object
readonly
Returns the value of attribute format.
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content
27 28 29 |
# File 'lib/stravaweb/fetch.rb', line 27 def content @content end |
#filename ⇒ Object (readonly)
Returns the value of attribute filename
27 28 29 |
# File 'lib/stravaweb/fetch.rb', line 27 def filename @filename end |
#format ⇒ Object (readonly)
Returns the value of attribute format
27 28 29 |
# File 'lib/stravaweb/fetch.rb', line 27 def format @format end |