Class: FantasticRobot::Request::GetMe

Inherits:
Base
  • Object
show all
Defined in:
lib/fantastic_robot/request/get_me.rb

Overview

This object represents a getMe request

Instance Attribute Summary

Attributes inherited from Base

#method

Instance Method Summary collapse

Methods inherited from Base

#attributes, #send_request, #to_h

Constructor Details

#initialize(attributes = {}) ⇒ GetMe

Returns a new instance of GetMe.



4
5
6
7
# File 'lib/fantastic_robot/request/get_me.rb', line 4

def initialize(attributes = {})
  super(attributes)
  @method = :getMe
end