Class: CruFlags::Fetcher::Outcome
- Inherits:
-
Struct
- Object
- Struct
- CruFlags::Fetcher::Outcome
- Defined in:
- lib/cru_flags/fetcher.rb
Instance Attribute Summary collapse
-
#document ⇒ Object
Returns the value of attribute document.
-
#error ⇒ Object
Returns the value of attribute error.
-
#etag ⇒ Object
Returns the value of attribute etag.
-
#kind ⇒ Object
Returns the value of attribute kind.
Instance Attribute Details
#document ⇒ Object
Returns the value of attribute document
10 11 12 |
# File 'lib/cru_flags/fetcher.rb', line 10 def document @document end |
#error ⇒ Object
Returns the value of attribute error
10 11 12 |
# File 'lib/cru_flags/fetcher.rb', line 10 def error @error end |
#etag ⇒ Object
Returns the value of attribute etag
10 11 12 |
# File 'lib/cru_flags/fetcher.rb', line 10 def etag @etag end |
#kind ⇒ Object
Returns the value of attribute kind
10 11 12 |
# File 'lib/cru_flags/fetcher.rb', line 10 def kind @kind end |