Class: Stripe::Terminal::Configuration::Wifi

Inherits:
StripeObject show all
Defined in:
lib/stripe/resources/terminal/configuration.rb

Defined Under Namespace

Classes: EnterpriseEapPeap, EnterpriseEapTls, PersonalPsk

Constant Summary

Constants inherited from StripeObject

StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from StripeObject

#last_response

Class Method Summary collapse

Methods inherited from StripeObject

#==, #[], #[]=, #_get_inner_class_type, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, field_encodings, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values

Constructor Details

This class inherits a constructor from Stripe::StripeObject

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject

Instance Attribute Details

#enterprise_eap_peapObject (readonly)

Attribute for field enterprise_eap_peap



625
626
627
# File 'lib/stripe/resources/terminal/configuration.rb', line 625

def enterprise_eap_peap
  @enterprise_eap_peap
end

#enterprise_eap_tlsObject (readonly)

Attribute for field enterprise_eap_tls



627
628
629
# File 'lib/stripe/resources/terminal/configuration.rb', line 627

def enterprise_eap_tls
  @enterprise_eap_tls
end

#personal_pskObject (readonly)

Attribute for field personal_psk



629
630
631
# File 'lib/stripe/resources/terminal/configuration.rb', line 629

def personal_psk
  @personal_psk
end

#typeObject (readonly)

Security type of the WiFi network. The hash with the corresponding name contains the credentials for this security type.



631
632
633
# File 'lib/stripe/resources/terminal/configuration.rb', line 631

def type
  @type
end

Class Method Details

.field_remappingsObject



641
642
643
# File 'lib/stripe/resources/terminal/configuration.rb', line 641

def self.field_remappings
  @field_remappings = {}
end

.inner_class_typesObject



633
634
635
636
637
638
639
# File 'lib/stripe/resources/terminal/configuration.rb', line 633

def self.inner_class_types
  @inner_class_types = {
    enterprise_eap_peap: EnterpriseEapPeap,
    enterprise_eap_tls: EnterpriseEapTls,
    personal_psk: PersonalPsk,
  }
end