Class: Rox::Core::ConfigurationFetchResult
- Inherits:
-
Struct
- Object
- Struct
- Rox::Core::ConfigurationFetchResult
- Defined in:
- lib/rox/core/network/configuration_fetch_result.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
3 4 5 |
# File 'lib/rox/core/network/configuration_fetch_result.rb', line 3 def data @data end |
#source ⇒ Object
Returns the value of attribute source
3 4 5 |
# File 'lib/rox/core/network/configuration_fetch_result.rb', line 3 def source @source end |