Class: Daylight::Mock::Handler::PathParts
- Inherits:
-
Struct
- Object
- Struct
- Daylight::Mock::Handler::PathParts
- Defined in:
- lib/daylight/mock.rb
Instance Attribute Summary collapse
-
#associated ⇒ Object
Returns the value of attribute associated.
-
#id ⇒ Object
Returns the value of attribute id.
-
#resource ⇒ Object
Returns the value of attribute resource.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#associated ⇒ Object
Returns the value of attribute associated
31 32 33 |
# File 'lib/daylight/mock.rb', line 31 def associated @associated end |
#id ⇒ Object
Returns the value of attribute id
31 32 33 |
# File 'lib/daylight/mock.rb', line 31 def id @id end |
#resource ⇒ Object
Returns the value of attribute resource
31 32 33 |
# File 'lib/daylight/mock.rb', line 31 def resource @resource end |
#version ⇒ Object
Returns the value of attribute version
31 32 33 |
# File 'lib/daylight/mock.rb', line 31 def version @version end |