Class: MilkTea::UpstreamSources::Result
- Inherits:
-
Data
- Object
- Data
- MilkTea::UpstreamSources::Result
- Defined in:
- lib/milk_tea/bindings/upstream_sources.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#path ⇒ Object (readonly)
Returns the value of attribute path
11 12 13 |
# File 'lib/milk_tea/bindings/upstream_sources.rb', line 11 def path @path end |
#source ⇒ Object (readonly)
Returns the value of attribute source
11 12 13 |
# File 'lib/milk_tea/bindings/upstream_sources.rb', line 11 def source @source end |
#status ⇒ Object (readonly)
Returns the value of attribute status
11 12 13 |
# File 'lib/milk_tea/bindings/upstream_sources.rb', line 11 def status @status end |