Method: Line::Bot::V2::MessagingApi::SubscribedMembershipPlan#hash
- Defined in:
- lib/line/bot/v2/messaging_api/model/subscribed_membership_plan.rb
#hash ⇒ Integer
Returns Hash code of the object.
90 91 92 |
# File 'lib/line/bot/v2/messaging_api/model/subscribed_membership_plan.rb', line 90 def hash [self.class, *instance_variables.map { |var| instance_variable_get(var) }].hash end |