Class: Poisol::RequestConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/poisol/stub_config/stub_config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



7
8
9
# File 'lib/poisol/stub_config/stub_config.rb', line 7

def body
  @body
end

#body_explicitObject

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

#domainObject

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_valueObject

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_arrayObject

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_arrayObject

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

#queryObject

Returns the value of attribute query.



7
8
9
# File 'lib/poisol/stub_config/stub_config.rb', line 7

def query
  @query
end

#query_explicitObject

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

#typeObject

Returns the value of attribute type.



7
8
9
# File 'lib/poisol/stub_config/stub_config.rb', line 7

def type
  @type
end

#urlObject

Returns the value of attribute url.



7
8
9
# File 'lib/poisol/stub_config/stub_config.rb', line 7

def url
  @url
end