Class: Rox::Core::ConfigurationFetchResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/rox/core/network/configuration_fetch_result.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



3
4
5
# File 'lib/rox/core/network/configuration_fetch_result.rb', line 3

def data
  @data
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



3
4
5
# File 'lib/rox/core/network/configuration_fetch_result.rb', line 3

def source
  @source
end