Class: Synaptic4r::Tags
Instance Attribute Summary collapse
-
#listable_tags ⇒ Object
readonly
.….….….….….….….….….….….….….….….….….….….….….….….….……
Attributes inherited from Result
#headers, #http_request, #payload, #result, #sign, #url
Instance Method Summary collapse
-
#initialize(args) ⇒ Tags
constructor
.….….….….….….….….….….….….….….….….….….….….….….….….……
-
#print ⇒ Object
.….….….….….….….….….….….….….….….….….….….….….….….….……
Methods inherited from Result
#extract_header, #method_missing, #stringify_array, #stringify_hash
Constructor Details
#initialize(args) ⇒ Tags
.….….….….….….….….….….….….….….….….….….….….….….….….……
143 144 145 146 147 148 |
# File 'lib/synaptic4r/result.rb', line 143 def initialize(args) super if args[:result] @listable_tags = args[:result].headers[:x_emc_listable_tags] end end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Synaptic4r::Result
Instance Attribute Details
#listable_tags ⇒ Object (readonly)
.….….….….….….….….….….….….….….….….….….….….….….….….……
140 141 142 |
# File 'lib/synaptic4r/result.rb', line 140 def @listable_tags end |
Instance Method Details
#print ⇒ Object
.….….….….….….….….….….….….….….….….….….….….….….….….……
151 152 153 |
# File 'lib/synaptic4r/result.rb', line 151 def print stringify_array(@listable_tags) end |