Class: Poisol::StubConfig
- Inherits:
-
Object
- Object
- Poisol::StubConfig
- Defined in:
- lib/poisol/stub_config/stub_config.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#is_inline ⇒ Object
Returns the value of attribute is_inline.
-
#request ⇒ Object
Returns the value of attribute request.
-
#response ⇒ Object
Returns the value of attribute response.
-
#schema ⇒ Object
Returns the value of attribute schema.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file.
3 4 5 |
# File 'lib/poisol/stub_config/stub_config.rb', line 3 def file @file end |
#is_inline ⇒ Object
Returns the value of attribute is_inline.
3 4 5 |
# File 'lib/poisol/stub_config/stub_config.rb', line 3 def is_inline @is_inline end |
#request ⇒ Object
Returns the value of attribute request.
3 4 5 |
# File 'lib/poisol/stub_config/stub_config.rb', line 3 def request @request end |
#response ⇒ Object
Returns the value of attribute response.
3 4 5 |
# File 'lib/poisol/stub_config/stub_config.rb', line 3 def response @response end |
#schema ⇒ Object
Returns the value of attribute schema.
3 4 5 |
# File 'lib/poisol/stub_config/stub_config.rb', line 3 def schema @schema end |