Module: Klient::KlientClassMethods
- Includes:
- ResourceMethods
- Defined in:
- lib/klient/klient.rb
Instance Attribute Summary collapse
-
#header_proc ⇒ Object
readonly
Returns the value of attribute header_proc.
-
#resource_map ⇒ Object
readonly
Returns the value of attribute resource_map.
Method Summary
Methods included from ResourceMethods
#collection, #default_collection_accessor, #headers, #resource, #resources
Instance Attribute Details
#header_proc ⇒ Object (readonly)
Returns the value of attribute header_proc.
9 10 11 |
# File 'lib/klient/klient.rb', line 9 def header_proc @header_proc end |
#resource_map ⇒ Object (readonly)
Returns the value of attribute resource_map.
9 10 11 |
# File 'lib/klient/klient.rb', line 9 def resource_map @resource_map end |