Class: Poisol::RequestConfig
- Inherits:
-
Object
- Object
- Poisol::RequestConfig
- Defined in:
- lib/poisol/stub_config/stub_config.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#body_explicit ⇒ Object
Returns the value of attribute body_explicit.
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#is_body_key_value ⇒ Object
Returns the value of attribute is_body_key_value.
-
#is_column_array ⇒ Object
Returns the value of attribute is_column_array.
-
#is_row_array ⇒ Object
Returns the value of attribute is_row_array.
-
#query ⇒ Object
Returns the value of attribute query.
-
#query_explicit ⇒ Object
Returns the value of attribute query_explicit.
-
#type ⇒ Object
Returns the value of attribute type.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body.
7 8 9 |
# File 'lib/poisol/stub_config/stub_config.rb', line 7 def body @body end |
#body_explicit ⇒ Object
Returns the value of attribute body_explicit.
7 8 9 |
# File 'lib/poisol/stub_config/stub_config.rb', line 7 def body_explicit @body_explicit end |
#domain ⇒ Object
Returns the value of attribute domain.
7 8 9 |
# File 'lib/poisol/stub_config/stub_config.rb', line 7 def domain @domain end |
#is_body_key_value ⇒ Object
Returns the value of attribute is_body_key_value.
7 8 9 |
# File 'lib/poisol/stub_config/stub_config.rb', line 7 def is_body_key_value @is_body_key_value end |
#is_column_array ⇒ Object
Returns the value of attribute is_column_array.
7 8 9 |
# File 'lib/poisol/stub_config/stub_config.rb', line 7 def is_column_array @is_column_array end |
#is_row_array ⇒ Object
Returns the value of attribute is_row_array.
7 8 9 |
# File 'lib/poisol/stub_config/stub_config.rb', line 7 def is_row_array @is_row_array end |
#query ⇒ Object
Returns the value of attribute query.
7 8 9 |
# File 'lib/poisol/stub_config/stub_config.rb', line 7 def query @query end |
#query_explicit ⇒ Object
Returns the value of attribute query_explicit.
7 8 9 |
# File 'lib/poisol/stub_config/stub_config.rb', line 7 def query_explicit @query_explicit end |
#type ⇒ Object
Returns the value of attribute type.
7 8 9 |
# File 'lib/poisol/stub_config/stub_config.rb', line 7 def type @type end |
#url ⇒ Object
Returns the value of attribute url.
7 8 9 |
# File 'lib/poisol/stub_config/stub_config.rb', line 7 def url @url end |