Class: CruFlags::Fetcher::Outcome

Inherits:
Struct
  • Object
show all
Defined in:
lib/cru_flags/fetcher.rb

Instance Attribute Summary collapse

Instance Attribute Details

#documentObject

Returns the value of attribute document

Returns:

  • (Object)

    the current value of document



10
11
12
# File 'lib/cru_flags/fetcher.rb', line 10

def document
  @document
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



10
11
12
# File 'lib/cru_flags/fetcher.rb', line 10

def error
  @error
end

#etagObject

Returns the value of attribute etag

Returns:

  • (Object)

    the current value of etag



10
11
12
# File 'lib/cru_flags/fetcher.rb', line 10

def etag
  @etag
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



10
11
12
# File 'lib/cru_flags/fetcher.rb', line 10

def kind
  @kind
end