Class: MilkTea::UpstreamSources::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/milk_tea/bindings/upstream_sources.rb

Instance Attribute Summary collapse

Instance Attribute Details

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



11
12
13
# File 'lib/milk_tea/bindings/upstream_sources.rb', line 11

def path
  @path
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



11
12
13
# File 'lib/milk_tea/bindings/upstream_sources.rb', line 11

def source
  @source
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



11
12
13
# File 'lib/milk_tea/bindings/upstream_sources.rb', line 11

def status
  @status
end