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

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

Constant Summary

Constants inherited from StripeObject

StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from StripeObject

#last_response

Method Summary

Methods inherited from StripeObject

#==, #[], #[]=, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #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

#ca_certificate_fileObject (readonly)

A File ID representing a PEM file containing the server certificate



282
283
284
# File 'lib/stripe/resources/terminal/configuration.rb', line 282

def ca_certificate_file
  @ca_certificate_file
end

#passwordObject (readonly)

Password for connecting to the WiFi network



284
285
286
# File 'lib/stripe/resources/terminal/configuration.rb', line 284

def password
  @password
end

#ssidObject (readonly)

Name of the WiFi network



286
287
288
# File 'lib/stripe/resources/terminal/configuration.rb', line 286

def ssid
  @ssid
end

#usernameObject (readonly)

Username for connecting to the WiFi network



288
289
290
# File 'lib/stripe/resources/terminal/configuration.rb', line 288

def username
  @username
end