Module: Googletastic::Mixins::Requesting::InstanceMethods
- Defined in:
- lib/googletastic/mixins/requesting.rb
Instance Method Summary collapse
Instance Method Details
#client ⇒ Object
75 76 77 |
# File 'lib/googletastic/mixins/requesting.rb', line 75 def client self.class.client end |
#has_attachment? ⇒ Boolean
71 72 73 |
# File 'lib/googletastic/mixins/requesting.rb', line 71 def !self..nil? end |
#mime_type ⇒ Object
79 80 81 82 |
# File 'lib/googletastic/mixins/requesting.rb', line 79 def mime_type return "" if return "" #TODO end |